diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-07 22:29:00 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-07 22:29:00 +0200 |
commit | 2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7 (patch) | |
tree | ac6cc36b861228c3876ddcec7eebedd53e6eb290 /configure | |
parent | f19d6c877ef2e467965b6fec2561be8b8ca5db94 (diff) | |
parent | b1f63ac08d7da89ac7e8af4df5ca835527fc5b24 (diff) | |
download | egawk-2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7.tar.gz egawk-2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7.tar.bz2 egawk-2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |