diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 11:59:07 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 11:59:07 +0200 |
| commit | 6dde1f26284f651d9b521c827040864091a96152 (patch) | |
| tree | a246686dd1ea595904915786645ad25c8a33eb4b /config-fuzz-clang.mk | |
| parent | List what more is needed (diff) | |
| download | librecrypt-6dde1f26284f651d9b521c827040864091a96152.tar.gz librecrypt-6dde1f26284f651d9b521c827040864091a96152.tar.bz2 librecrypt-6dde1f26284f651d9b521c827040864091a96152.tar.xz | |
m
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | config-fuzz-clang.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-fuzz-clang.mk b/config-fuzz-clang.mk index f5a1898..1ed5370 100644 --- a/config-fuzz-clang.mk +++ b/config-fuzz-clang.mk @@ -8,7 +8,7 @@ FUZZ_CFLAGS = -fsanitize=fuzzer FUZZ_LDFLAGS = -fsanitize=fuzzer FUZZED_CPPFLAGS = -DFUZZ -all: fuzz +fuzz: # These configurations will modify the library code # so that it doesn't perform password hashing !!!!! |
