diff options
| author | jvoisin | 2024-04-24 14:49:52 +0200 |
|---|---|---|
| committer | jvoisin | 2024-04-24 14:51:19 +0200 |
| commit | 265fa03fa0c467c9c41d803ebe2a538e758cba20 (patch) | |
| tree | a5264cc8e44704b24672d44e1acbdd0120909c8a /tests | |
| parent | 8ed72e7c1caa0eb4238e649063c26a11720935de (diff) | |
Disable pedantic checks by default
They can be re-enabled via `PEDANTIC_CHECKS`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index b1223ea..8faf11a 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 | 1 | CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS |
| 2 | 2 | ||
| 3 | COMPTIME_TARGETS= \ | 3 | COMPTIME_TARGETS= \ |
| 4 | test_memcpy_overwrite_under \ | 4 | test_memcpy_overwrite_under \ |
