From 4988174f7eecc6da544ebf23156ce638cecf0f3f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 29 Sep 2023 14:50:24 +0200 Subject: Make use of the native _chk variants for real --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index a628a2a..81593cf 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 +CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 COMPTIME_TARGETS= \ test_memcpy_overwrite_under \ -- cgit v1.3