]> Dogcows Code - chaz/openbox/blobdiff - configure.in
-fno-inline when compiling in debug mode
[chaz/openbox] / 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.023822 seconds and 4 git commands to generate.