diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-19 15:04:21 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-19 15:04:21 -0500 |
commit | 1edb5cb33d55a4f866c799d41680088b927f7846 (patch) | |
tree | 5f74270aa4eae77f6057c1d038ce8da88f5f38da /configure.ac | |
parent | 2d3f4ffebcb451da84ceb8a4be58bbb23946ee6e (diff) | |
parent | f77c13a546af58cb8cdb593f49bbfa844b10dd7e (diff) | |
download | egawk-1edb5cb33d55a4f866c799d41680088b927f7846.tar.gz egawk-1edb5cb33d55a4f866c799d41680088b927f7846.tar.bz2 egawk-1edb5cb33d55a4f866c799d41680088b927f7846.zip |
Merge branch 'master' into select
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 7e5f69c3..c6b4dd76 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 |