efl: remove --print-gc-sections: too annoying.

okay, remove that print as it will always print sections removed from
PIC leftovers, etc.

keep the --gc-sections, it's useful to shrink binaries. Developers
willing to delete dead code can --print-gc-sections themselves.



SVN revision: 81920
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-31 01:45:14 +00:00
parent 4e6ce9277f
commit fe7f441158
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ EFL_CHECK_LINKER_FLAGS([EFL], [-fvisibility=hidden -fdata-sections -ffunction-se
case "${build_profile}" in
dev)
EFL_CHECK_COMPILER_FLAGS([EFL], [-Wshadow])
EFL_CHECK_LINKER_FLAGS([EFL], [-Wl,--print-gc-sections])
;;
debug)