summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-13 10:19:28 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-13 10:19:28 +0200
commita8badfe1e547b594067a2cd73d6c65068dfd69e4 (patch)
tree7f65d232a9f2582801619cab2e6bffd37081ee97 /cfg.mk
parentb68235be4d1ff7739456e0c5d8c28c6e96e15a14 (diff)
downloadgnutls-a8badfe1e547b594067a2cd73d6c65068dfd69e4.tar.gz
Revert "Always build vc checkouts with debugging."
This reverts commit b68235be4d1ff7739456e0c5d8c28c6e96e15a14. It breaks because -Wdisabled-optimizations will cause an error when optimizations are disabled.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
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`