all repos — fluxbox @ a4fdabb62e6eac5b7507e782a339111af1e4813a

custom fork of the fluxbox windowmanager

no inline with debug
fluxgen fluxgen
commit

a4fdabb62e6eac5b7507e782a339111af1e4813a

parent

86745b5c6e1ad632a18fb7592b1aab329d3533eb

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M configure.inconfigure.in

@@ -1,7 +1,7 @@

dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 dnl Initialize autoconf and automake AC_INIT(src/main.cc) -AM_INIT_AUTOMAKE(fluxbox,0.1.10-cvs,no-define) +AM_INIT_AUTOMAKE(fluxbox,0.1.11,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix"

@@ -162,7 +162,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" + DEBUG="-DDEBUG -fno-inline" else AC_MSG_RESULT([no]) fi,