summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-10-26 20:06:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-10-26 20:06:16 +0300
commit037b21d09f684cea35ff33c19214b5f1a7711bd3 (patch)
tree67f9e30755e26e20ced08cc8dde00b797aa9f70a /configure
parentc0c9f468b12a79ad8277f0e2b9ff7d42f48490bf (diff)
downloadgawk-037b21d09f684cea35ff33c19214b5f1a7711bd3.tar.gz
Try to get macros to work in the debugger.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 309e0ffe..931df5d9 100755
--- a/configure
+++ b/configure
@@ -7101,7 +7101,7 @@ then
# enable debugging using macros also
if test "$GCC" = yes
then
- CFLAGS="$CFLAGS -Wall -fno-builtin -ggdb3 -gdwarf-4"
+ CFLAGS="$CFLAGS -Wall -fno-builtin -gdwarf-4 -g3"
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }