diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-13 11:26:28 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-13 11:26:28 +0200 |
commit | 64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb (patch) | |
tree | f417bac72172c7e59ede42c71e42730d2601a26d /configure | |
parent | 378e213c953d6482ae4d92a69b526cdeaef1f26f (diff) | |
parent | ad2954e3ccd8da60e0d0ce707489071f030cbc59 (diff) | |
download | egawk-64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb.tar.gz egawk-64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb.tar.bz2 egawk-64c5b3da1b7ebe73fcfb4edd9450382ccf1159fb.zip |
Merge branch 'master' into non-fatal-io-2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -5837,11 +5837,7 @@ if test -f $srcdir/.developing then # add other debug flags as appropriate, save GAWKDEBUG for emergencies CFLAGS="$CFLAGS -DARRAYDEBUG -DYYDEBUG -DLOCALEDEBUG" - if grep dbug $srcdir/.developing - then - CFLAGS="$CFLAGS -DDBUG" - LIBS="$LIBS dbug/libdbug.a" - fi + # turn on compiler warnings if we're doing development # enable debugging using macros also if test "$GCC" = yes |