From 459d202b1bbf7abb817a596ce9374edfb7b4da8f Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 10 Jul 2024 06:49:02 +0200 Subject: prefix special defines with FORTIFY_ just in case, and because 'PEDANTIC_CHECKS' is a really generic name --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 56455bd..d29a87d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format -Werror=pointer-arith +CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith COMPTIME_TARGETS= \ test_memcpy_overwrite_under \ -- cgit v1.3