diff options
| author | psykose | 2024-07-10 06:49:02 +0200 |
|---|---|---|
| committer | Julien Voisin | 2024-07-10 13:20:23 +0000 |
| commit | 459d202b1bbf7abb817a596ce9374edfb7b4da8f (patch) | |
| tree | fa32723580731c14f435b4c2dd39e771efe80c62 /tests/Makefile | |
| parent | 936d55d4c263264bc21ccdaeed2537ff0d4320f2 (diff) | |
prefix special defines with FORTIFY_
just in case, and because 'PEDANTIC_CHECKS' is a really generic name
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 56455bd..d29a87d 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DPEDANTIC_CHECKS -Wno-format -Werror=pointer-arith | 1 | CFLAGS+=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -DFORTIFY_PEDANTIC_CHECKS -Wno-format -Werror=pointer-arith |
| 2 | 2 | ||
| 3 | COMPTIME_TARGETS= \ | 3 | COMPTIME_TARGETS= \ |
| 4 | test_memcpy_overwrite_under \ | 4 | test_memcpy_overwrite_under \ |
