Mercurial > noffle
diff configure.in @ 254:4c0f54d51591 noffle
[svn] * configure,configure.in: Add -DDEBUG to build lines when configured
with enable-debug.
author | bears |
---|---|
date | Wed, 26 Jun 2002 14:14:56 +0100 |
parents | 6f3a55d18659 |
children | ebd9c98bbc7f |
line wrap: on
line diff
--- a/configure.in Wed Jun 26 14:14:26 2002 +0100 +++ b/configure.in Wed Jun 26 14:14:56 2002 +0100 @@ -133,9 +133,9 @@ -Wcast-align -Wwrite-strings \ -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Winline \ --D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" +-D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" else - CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" + CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG" fi