aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-19 20:57:22 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-19 20:57:22 +0300
commit1ab61e1508bb2c35d536717868d9dbe5ea20fa93 (patch)
treeea4efcbdeff93c87e9213f9b22e55bdaf3d86918 /configure
parentfd3c1195711270a001d860770098b8c0d9118c10 (diff)
downloadegawk-1ab61e1508bb2c35d536717868d9dbe5ea20fa93.tar.gz
egawk-1ab61e1508bb2c35d536717868d9dbe5ea20fa93.tar.bz2
egawk-1ab61e1508bb2c35d536717868d9dbe5ea20fa93.zip
Additional debugging flags at compile time.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 44116db8..633ca99f 100755
--- a/configure
+++ b/configure
@@ -5535,7 +5535,7 @@ $as_echo_n "checking for special development options... " >&6; }
if test -f $srcdir/.developing
then
# add other debug flags as appropriate, save GAWKDEBUG for emergencies
- CFLAGS="$CFLAGS -DARRAYDEBUG"
+ CFLAGS="$CFLAGS -DARRAYDEBUG -DYYDEBUG"
if grep dbug $srcdir/.developing
then
CFLAGS="$CFLAGS -DDBUG"
@@ -5545,7 +5545,7 @@ then
# enable debugging using macros also
if test "$GCC" = yes
then
- CFLAGS="$CFLAGS -Wall"
+ CFLAGS="$CFLAGS -Wall -fno-builtin -g3 -gdwarf-2"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }