diff options
author | fluxgen <fluxgen> | 2002-09-06 13:19:39 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-06 13:19:39 (GMT) |
commit | a4fdabb62e6eac5b7507e782a339111af1e4813a (patch) | |
tree | ba4327f504dcc68980eb81ed99b8600b40246425 | |
parent | 86745b5c6e1ad632a18fb7592b1aab329d3533eb (diff) | |
download | fluxbox-a4fdabb62e6eac5b7507e782a339111af1e4813a.zip fluxbox-a4fdabb62e6eac5b7507e782a339111af1e4813a.tar.bz2 |
no inline with debug
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index cf23feb..f2bbacd 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 | 1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 |
2 | dnl Initialize autoconf and automake | 2 | dnl Initialize autoconf and automake |
3 | AC_INIT(src/main.cc) | 3 | AC_INIT(src/main.cc) |
4 | AM_INIT_AUTOMAKE(fluxbox,0.1.10-cvs,no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,0.1.11,no-define) |
5 | 5 | ||
6 | dnl Determine default prefix | 6 | dnl Determine default prefix |
7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" | 7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" |
@@ -162,7 +162,7 @@ AC_ARG_ENABLE(debug, | |||
162 | [ --enable-debug include verbose debugging code [default=no]], | 162 | [ --enable-debug include verbose debugging code [default=no]], |
163 | if test x$enableval = "xyes"; then | 163 | if test x$enableval = "xyes"; then |
164 | AC_MSG_RESULT([yes]) | 164 | AC_MSG_RESULT([yes]) |
165 | DEBUG="-DDEBUG" | 165 | DEBUG="-DDEBUG -fno-inline" |
166 | else | 166 | else |
167 | AC_MSG_RESULT([no]) | 167 | AC_MSG_RESULT([no]) |
168 | fi, | 168 | fi, |