From: Dana Jansens Date: Thu, 11 Jul 2002 00:42:13 +0000 (+0000) Subject: -fno-inline when compiling in debug mode X-Git-Tag: openbox-2_0_0~317 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=26c5c40505ce21ae6b5ffe20e9a976e5891e3379;p=dana%2Fopenbox.git -fno-inline when compiling in debug mode --- diff --git a/configure.in b/configure.in index 37534833..23b9d405 100644 --- a/configure.in +++ b/configure.in @@ -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"