]> Dogcows Code - chaz/openbox/commitdiff
-fno-inline when compiling in debug mode
authorDana Jansens <danakj@orodu.net>
Thu, 11 Jul 2002 00:42:13 +0000 (00:42 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 11 Jul 2002 00:42:13 +0000 (00:42 +0000)
configure.in

index 375348338b4d0bdb34add82c19bcf2462ba6675b..23b9d405cbe46084fec91d3c0435f9c092162f7a 100644 (file)
@@ -173,7 +173,7 @@ AC_ARG_ENABLE(debug,
   [  --enable-debug          include verbose debugging code [default=no]],
   if test x$enableval = "xyes"; then
     AC_MSG_RESULT([yes])
-    DEBUG="-DDEBUG -Wall -W"
+    DEBUG="-DDEBUG -Wall -W -fno-inline"
   else
     AC_MSG_RESULT([no])
     DEBUG="-DNDEBUG"
This page took 0.021766 seconds and 4 git commands to generate.