From: Simon Josefsson Date: Thu, 13 Aug 2009 08:19:28 +0000 (+0200) Subject: Revert "Always build vc checkouts with debugging." X-Git-Tag: gnutls_2_9_2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8badfe1e547b594067a2cd73d6c65068dfd69e4;p=thirdparty%2Fgnutls.git Revert "Always build vc checkouts with debugging." This reverts commit b68235be4d1ff7739456e0c5d8c28c6e96e15a14. It breaks because -Wdisabled-optimizations will cause an error when optimizations are disabled. --- diff --git a/cfg.mk b/cfg.mk index 3cc93a07bc..ddb4f0af31 100644 --- 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`