fuzz: Support build with -fsanitize=fuzzer instead of libFuzzer.a
Recent clang versions (6.0+) include libFuzzer and OSS-Fuzz switched to that mode a while ago.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
AM_CPPFLAGS = @CPPFLAGS@ \
|
||||
@FUZZING_CFLAGS@ \
|
||||
-I$(top_srcdir)/src/libstrongswan \
|
||||
-I$(top_srcdir)/src/libimcv \
|
||||
-I$(top_srcdir)/src/libtncif \
|
||||
|
||||
Reference in New Issue
Block a user