From 265fa03fa0c467c9c41d803ebe2a538e758cba20 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 24 Apr 2024 14:49:52 +0200 Subject: Disable pedantic checks by default They can be re-enabled via `PEDANTIC_CHECKS` --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index b1223ea..8faf11a 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 -DPEDANTIC_CHECKS COMPTIME_TARGETS= \ test_memcpy_overwrite_under \ -- cgit v1.3