commit | f5065c5b65035eb0999877391cf8dfd634ad4a5f | [log] [tgz] |
---|---|---|
author | Craig Tiller <craig.tiller@gmail.com> | Fri Feb 27 16:17:39 2015 -0800 |
committer | Craig Tiller <craig.tiller@gmail.com> | Fri Feb 27 16:17:39 2015 -0800 |
tree | 3e7a5f647cbe5d68f562d29da64a6aa64e8144f4 | |
parent | 6727428f96106281b16433fa52c6e199348facda [diff] [blame] |
Enable asan for C core Also speed up a test, and disable some rarely touched but long running tests
diff --git a/templates/Makefile.template b/templates/Makefile.template index 0413f19..2e50e5d 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template
@@ -196,7 +196,7 @@ LDFLAGS += $(LDFLAGS_$(CONFIG)) ifdef EXTRA_DEFINES -DEFINES += EXTRA_DEFINES +DEFINES += $(EXTRA_DEFINES) endif CFLAGS += -std=c89 -pedantic