aboutsummaryrefslogtreecommitdiffstats
path: root/config-fuzz-clang.mk
blob: f5a1898f4e93c7c52d1a7c18797916e22408b5fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIGFILE_PROPER = config.mk
include $(CONFIGFILE_PROPER)

CC = $(CC_PREFIX)clang -std=c99

SANITIZE        = $(CLANG_SANITIZE)
FUZZ_CFLAGS     = -fsanitize=fuzzer
FUZZ_LDFLAGS    = -fsanitize=fuzzer
FUZZED_CPPFLAGS = -DFUZZ

all: fuzz

# These configurations will modify the library code
# so that it doesn't perform password hashing !!!!!