aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-10-25 21:44:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-10-25 21:44:18 +0200
commit1bba94521445126120cecd41f7ea29a2810a5eeb (patch)
tree79b5bdd3a3831ca2aa51edf1b4408dc5d9f87206 /configure
parent29658e8b38047b234d682613592253761df63d24 (diff)
parent118622c2a66b302ec9706ccd3296a6cc2b8bfb13 (diff)
downloadegawk-1bba94521445126120cecd41f7ea29a2810a5eeb.tar.gz
egawk-1bba94521445126120cecd41f7ea29a2810a5eeb.tar.bz2
egawk-1bba94521445126120cecd41f7ea29a2810a5eeb.zip
Merge branch 'gawk_performance'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 10 insertions, 3 deletions
diff --git a/configure b/configure
index 4b2cf411..b4d5e89c 100755
--- a/configure
+++ b/configure
@@ -748,8 +748,15 @@ LDFLAGS
LIBS
CPPFLAGS
CPP
+CPPFLAGS
YACC
-YFLAGS'
+YFLAGS
+CC
+LDFLAGS
+LIBS
+CPPFLAGS
+CPP
+CPPFLAGS'
# Initialize some variables set by options.
@@ -5488,7 +5495,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 -DYYDEBUG"
+ CFLAGS="$CFLAGS -DARRAYDEBUG"
if grep dbug $srcdir/.developing
then
CFLAGS="$CFLAGS -DDBUG"
@@ -5498,7 +5505,7 @@ then
# enable debugging using macros also
if test "$GCC" = yes
then
- CFLAGS="$CFLAGS -Wall -fno-builtin -g3 -gdwarf-2"
+ CFLAGS="$CFLAGS -Wall"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }