Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 17, 2024
1 parent 6ed31f4 commit ba6a53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ToywasmConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ option(TOYWASM_BUILD_UNITTEST "Build toywasm-test" ON)

if(TOYWASM_ENABLE_FUZZER)
add_compile_options(-fsanitize=fuzzer-no-link)
# https://llvm.org/docs/LibFuzzer.html#fuzzer-friendly-build-mode
add_compile_definitions(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)
endif()

Expand Down

0 comments on commit ba6a53e

Please sign in to comment.