summaryrefslogtreecommitdiffstats
path: root/regress/misc/fuzz-harness/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--regress/misc/fuzz-harness/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/misc/fuzz-harness/Makefile b/regress/misc/fuzz-harness/Makefile
index 64fbdbab1..521a1054c 100644
--- a/regress/misc/fuzz-harness/Makefile
+++ b/regress/misc/fuzz-harness/Makefile
@@ -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)