summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjvoisin2024-04-24 14:49:52 +0200
committerjvoisin2024-04-24 14:51:19 +0200
commit265fa03fa0c467c9c41d803ebe2a538e758cba20 (patch)
treea5264cc8e44704b24672d44e1acbdd0120909c8a /tests
parent8ed72e7c1caa0eb4238e649063c26a11720935de (diff)
Disable pedantic checks by default
They can be re-enabled via `PEDANTIC_CHECKS`
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index b1223ea..8faf11a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
1CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 1CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS
2 2
3COMPTIME_TARGETS= \ 3COMPTIME_TARGETS= \
4 test_memcpy_overwrite_under \ 4 test_memcpy_overwrite_under \