summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-09-29 14:50:24 +0200
committerjvoisin2023-09-29 14:50:24 +0200
commit4988174f7eecc6da544ebf23156ce638cecf0f3f (patch)
tree181757bfa8c9d78d32bf19f997370933589df23c /tests/Makefile
parent3067c28ceb744b2bafe9202023084f762871e844 (diff)
Make use of the native _chk variants for real
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a628a2a..81593cf 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
2 2
3COMPTIME_TARGETS= \ 3COMPTIME_TARGETS= \
4 test_memcpy_overwrite_under \ 4 test_memcpy_overwrite_under \