r379 - trunk/varnish-cache

des at projects.linpro.no des at projects.linpro.no
Sat Jul 8 21:46:11 CEST 2006


Author: des
Date: 2006-07-08 21:46:11 +0200 (Sat, 08 Jul 2006)
New Revision: 379

Modified:
   trunk/varnish-cache/configure.ac
Log:
Add --enable-debugging-symbols which enables debugging sysmbols and disables
inlining and builtins.


Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2006-07-08 19:27:53 UTC (rev 378)
+++ trunk/varnish-cache/configure.ac	2006-07-08 19:46:11 UTC (rev 379)
@@ -19,6 +19,9 @@
 AC_ARG_ENABLE(developer-warnings,
 	AS_HELP_STRING([--enable-developer-warnings],[enable strict warnings (default is NO)]),
 	CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}")
+AC_ARG_ENABLE(debugging-symbols,
+	AS_HELP_STRING([--enable-debugging-symbols],[enable debugging symbols (default is NO)]),
+	CFLAGS="${CFLAGS} -g -fno-inline -fno-builtin")
 AC_ARG_ENABLE(werror,
 	AS_HELP_STRING([--enable-werror],[use -Werror (default is NO)]),
 	CFLAGS="${CFLAGS} -Werror")




More information about the varnish-commit mailing list