diff options
| author | jvoisin | 2023-09-29 14:50:24 +0200 |
|---|---|---|
| committer | jvoisin | 2023-09-29 14:50:24 +0200 |
| commit | 4988174f7eecc6da544ebf23156ce638cecf0f3f (patch) | |
| tree | 181757bfa8c9d78d32bf19f997370933589df23c /tests | |
| parent | 3067c28ceb744b2bafe9202023084f762871e844 (diff) | |
Make use of the native _chk variants for real
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 a628a2a..81593cf 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 |
| 2 | 2 | ||
| 3 | COMPTIME_TARGETS= \ | 3 | COMPTIME_TARGETS= \ |
| 4 | test_memcpy_overwrite_under \ | 4 | test_memcpy_overwrite_under \ |
