summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-11 00:42:13 +0000
committerDana Jansens <danakj@orodu.net>2002-07-11 00:42:13 +0000
commit26c5c40505ce21ae6b5ffe20e9a976e5891e3379 (patch)
treece550d282775d8c5e87044b276d980baf476ce49
parentf320a023977e430785454e70c8c861b7c95f9a8f (diff)
-fno-inline when compiling in debug mode
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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"