summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpsykose2024-07-10 06:49:02 +0200
committerJulien Voisin2024-07-10 13:20:23 +0000
commit459d202b1bbf7abb817a596ce9374edfb7b4da8f (patch)
treefa32723580731c14f435b4c2dd39e771efe80c62 /tests
parent936d55d4c263264bc21ccdaeed2537ff0d4320f2 (diff)
prefix special defines with FORTIFY_
just in case, and because 'PEDANTIC_CHECKS' is a really generic name
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 56455bd..d29a87d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
1CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format -Werror=pointer-arith 1CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith
2 2
3COMPTIME_TARGETS= \ 3COMPTIME_TARGETS= \
4 test_memcpy_overwrite_under \ 4 test_memcpy_overwrite_under \