mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 21:17:25 +00:00
Experimental fix for failing oss-fuzz coverage build (#6259)
This commit is contained in:
@@ -52,7 +52,7 @@ add_library(fuzzer_config INTERFACE)
|
||||
target_compile_options(
|
||||
fuzzer_config
|
||||
INTERFACE
|
||||
-fsanitize-coverage=edge,trace-cmp
|
||||
#-fsanitize-coverage=edge,trace-cmp
|
||||
$<$<BOOL:${USE_ASAN}>:
|
||||
-fsanitize=fuzzer,undefined,address
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user