use options that work with recent clang

This commit is contained in:
Damien Miller 2020-12-04 13:57:43 +11:00
parent e4d1a0b40a
commit 021ff33e38
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# NB. libssh and libopenbsd-compat should be built with the same sanitizer opts.
CXX=clang++-6.0
FUZZ_FLAGS=-fsanitize=address,undefined -fsanitize-coverage=edge,trace-pc
CXX=clang++-9
FUZZ_FLAGS=-fsanitize=address,fuzzer
FUZZ_LIBS=-lFuzzer
CXXFLAGS=-O2 -g -Wall -Wextra -Wno-unused-parameter -I ../../.. $(FUZZ_FLAGS)