aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-27 16:17:39 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-27 16:17:39 -0800
commitf5065c5b65035eb0999877391cf8dfd634ad4a5f (patch)
tree3e7a5f647cbe5d68f562d29da64a6aa64e8144f4 /templates/Makefile.template
parent6727428f96106281b16433fa52c6e199348facda (diff)
Enable asan for C core
Also speed up a test, and disable some rarely touched but long running tests
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 0413f19e44..2e50e5d41e 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -196,7 +196,7 @@ DEFINES += $(DEFINES_$(CONFIG)) INSTALL_PREFIX=\"$(prefix)\"
LDFLAGS += $(LDFLAGS_$(CONFIG))
ifdef EXTRA_DEFINES
-DEFINES += EXTRA_DEFINES
+DEFINES += $(EXTRA_DEFINES)
endif
CFLAGS += -std=c89 -pedantic