mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
CMake: Replace -fsanitize=fuzzer-no-link by -fsanitize=fuzzer
.. where it is a better fit, semantically.
This commit is contained in:
parent
09f6faa996
commit
bf9caf7ac4
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ if(EXPAT_BUILD_FUZZERS)
|
|||
set_target_properties(${target_name} PROPERTIES LINK_FLAGS $ENV{LIB_FUZZING_ENGINE})
|
||||
set_target_properties(${target_name} PROPERTIES LINKER_LANGUAGE "CXX")
|
||||
else()
|
||||
target_compile_options(${target_name} PRIVATE -fsanitize=fuzzer-no-link)
|
||||
target_compile_options(${target_name} PRIVATE -fsanitize=fuzzer)
|
||||
set_target_properties(${target_name} PROPERTIES LINK_FLAGS -fsanitize=fuzzer)
|
||||
endif()
|
||||
set_property(
|
||||
|
|
Loading…
Add table
Reference in a new issue