]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert "Always build vc checkouts with debugging."
authorSimon Josefsson <simon@josefsson.org>
Thu, 13 Aug 2009 08:19:28 +0000 (10:19 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 13 Aug 2009 08:19:28 +0000 (10:19 +0200)
This reverts commit b68235be4d1ff7739456e0c5d8c28c6e96e15a14.
It breaks because -Wdisabled-optimizations will cause an error when
optimizations are disabled.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 3cc93a07bcbe56e798de6a84130c434bf967df3f..ddb4f0af31ed5aeeb0b25353396b42ed2f2890c3 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -19,7 +19,7 @@
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 WFLAGS ?= --enable-gcc-warnings
-ADDFLAGS ?= CFLAGS=-g
+ADDFLAGS ?=
 CFGFLAGS ?= --enable-gtk-doc $(ADDFLAGS) $(WFLAGS)
 
 INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c`