no inline with debug
This commit is contained in:
parent
86745b5c6e
commit
a4fdabb62e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
|
dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
|
||||||
dnl Initialize autoconf and automake
|
dnl Initialize autoconf and automake
|
||||||
AC_INIT(src/main.cc)
|
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
|
dnl Determine default prefix
|
||||||
test x$prefix = "xNONE" && prefix="$ac_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]],
|
[ --enable-debug include verbose debugging code [default=no]],
|
||||||
if test x$enableval = "xyes"; then
|
if test x$enableval = "xyes"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
DEBUG="-DDEBUG"
|
DEBUG="-DDEBUG -fno-inline"
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
fi,
|
fi,
|
||||||
|
|
Loading…
Reference in a new issue