aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-07 22:29:00 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-07 22:29:00 +0200
commit2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7 (patch)
treeac6cc36b861228c3876ddcec7eebedd53e6eb290 /configure.ac
parentf19d6c877ef2e467965b6fec2561be8b8ca5db94 (diff)
parentb1f63ac08d7da89ac7e8af4df5ca835527fc5b24 (diff)
downloadegawk-2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7.tar.gz
egawk-2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7.tar.bz2
egawk-2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7.zip
Merge branch 'gawk-4.1-stable'
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 0b33b966..fc0f93ba 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