efl: remove --print-gc-sections: too annoying.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 31 Dec 2012 01:45:14 +0000 (01:45 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 31 Dec 2012 01:45:14 +0000 (01:45 +0000)
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

configure.ac

index f35eb17..c35e2e3 100644 (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)