From fe7f441158e4bc44fc29cb11f8878d9b9a9275ee Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Mon, 31 Dec 2012 01:45:14 +0000 Subject: [PATCH] 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index f35eb17049..c35e2e38a4 100644 --- a/configure.ac +++ b/configure.ac @@ -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)