diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-07 22:01:34 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-07 22:01:34 +0200 |
commit | 9fc264e33c0fcc77ed18860a47bea824d75daebd (patch) | |
tree | 27e6e869b5d00243b310096d6c8e10e947f22845 /configure.ac | |
parent | 4160a0e1fe1aaf4919162010a33550bc22af9454 (diff) | |
download | egawk-9fc264e33c0fcc77ed18860a47bea824d75daebd.tar.gz egawk-9fc264e33c0fcc77ed18860a47bea824d75daebd.tar.bz2 egawk-9fc264e33c0fcc77ed18860a47bea824d75daebd.zip |
Update debug flags for compiling when developing.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5667b7c6..8d03ca1a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 1995-2014 the Free Software Foundation, Inc. +dnl Copyright (C) 1995-2015 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. @@ -97,7 +97,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 AC_MSG_RESULT([yes]) else |