mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-19 00:24:35 +00:00
use options that work with recent clang
This commit is contained in:
parent
e4d1a0b40a
commit
021ff33e38
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user