X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.in;h=23b9d405cbe46084fec91d3c0435f9c092162f7a;hb=26c5c40505ce21ae6b5ffe20e9a976e5891e3379;hp=375348338b4d0bdb34add82c19bcf2462ba6675b;hpb=858af98b904f21fe03acfd565be2e7b13d93a19c;p=chaz%2Fopenbox 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"