r4050 - trunk/varnish-cache

phk at projects.linpro.no phk at projects.linpro.no
Mon May 4 21:03:47 CEST 2009


Author: phk
Date: 2009-05-04 21:03:47 +0200 (Mon, 04 May 2009)
New Revision: 4050

Modified:
   trunk/varnish-cache/configure.ac
Log:
Drop -Wl,--as-needed, it gives too much trouble.



Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2009-05-04 13:48:25 UTC (rev 4049)
+++ trunk/varnish-cache/configure.ac	2009-05-04 19:03:47 UTC (rev 4050)
@@ -305,7 +305,7 @@
 DEVELOPER_CFLAGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wformat"
 
 # Additional flags for GCC 4
-EXTRA_DEVELOPER_CFLAGS="-Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wl,--as-needed"
+EXTRA_DEVELOPER_CFLAGS="-Wextra -Wno-missing-field-initializers -Wno-sign-compare"
 
 # --enable-developer-warnings
 AC_ARG_ENABLE(developer-warnings,



More information about the varnish-commit mailing list