summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-07 22:01:34 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-07 22:01:34 +0200
commit9fc264e33c0fcc77ed18860a47bea824d75daebd (patch)
tree27e6e869b5d00243b310096d6c8e10e947f22845 /configure
parent4160a0e1fe1aaf4919162010a33550bc22af9454 (diff)
downloadgawk-9fc264e33c0fcc77ed18860a47bea824d75daebd.tar.gz
Update debug flags for compiling when developing.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 77a80dff..8e2cc7ca 100755
--- a/configure
+++ b/configure
@@ -5845,7 +5845,7 @@ then
# enable debugging using macros also
if test "$GCC" = yes
then
- CFLAGS="$CFLAGS -Wall -fno-builtin -g3 -gdwarf-2"
+ CFLAGS="$CFLAGS -Wall -fno-builtin -g3"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }