mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02: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.
|
# NB. libssh and libopenbsd-compat should be built with the same sanitizer opts.
|
||||||
CXX=clang++-6.0
|
CXX=clang++-9
|
||||||
FUZZ_FLAGS=-fsanitize=address,undefined -fsanitize-coverage=edge,trace-pc
|
FUZZ_FLAGS=-fsanitize=address,fuzzer
|
||||||
FUZZ_LIBS=-lFuzzer
|
FUZZ_LIBS=-lFuzzer
|
||||||
|
|
||||||
CXXFLAGS=-O2 -g -Wall -Wextra -Wno-unused-parameter -I ../../.. $(FUZZ_FLAGS)
|
CXXFLAGS=-O2 -g -Wall -Wextra -Wno-unused-parameter -I ../../.. $(FUZZ_FLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user