aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2015-01-19 15:04:21 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2015-01-19 15:04:21 -0500
commit1edb5cb33d55a4f866c799d41680088b927f7846 (patch)
tree5f74270aa4eae77f6057c1d038ce8da88f5f38da /configure.ac
parent2d3f4ffebcb451da84ceb8a4be58bbb23946ee6e (diff)
parentf77c13a546af58cb8cdb593f49bbfa844b10dd7e (diff)
downloadegawk-1edb5cb33d55a4f866c799d41680088b927f7846.tar.gz
egawk-1edb5cb33d55a4f866c799d41680088b927f7846.tar.bz2
egawk-1edb5cb33d55a4f866c799d41680088b927f7846.zip
Merge branch 'master' into select
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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