aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-15 20:20:03 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-15 20:20:03 +0100
commit518b4001af9f2f93917198a7615f5770c092f5bf (patch)
treee74d430d5af3f36379e4328534a32a44285da1dc /configure
parentf2ea65a0c03ff7cd17c7da1586fa68dcfa8f1fa9 (diff)
downloadvis-518b4001af9f2f93917198a7615f5770c092f5bf.tar.gz
vis-518b4001af9f2f93917198a7615f5770c092f5bf.tar.xz
build: move $CFLAGS_DEBUG into config.mk
This allows inclusion in other Makefiles (e.g. for C unit tests).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 9e6a55e..dc8f278 100755
--- a/configure
+++ b/configure
@@ -264,6 +264,7 @@ CFLAGS_STD = $CFLAGS_STD
LDFLAGS_STD = $LDFLAGS_STD
CFLAGS_AUTO = $CFLAGS_AUTO
LDFLAGS_AUTO = $LDFLAGS_AUTO
+CFLAGS_DEBUG = -U_FORTIFY_SOURCE -UNDEBUG -O0 -g -ggdb -Wall -Wextra -pedantic -Wno-missing-field-initializers -Wno-unused-parameter
EOF
exec 1>&3 3>&-