Commit 2f448ed5 authored by Victor Zverovich's avatar Victor Zverovich

Fix fuzzer timeouts

parent af283059
...@@ -336,7 +336,7 @@ if (FMT_FUZZ) ...@@ -336,7 +336,7 @@ if (FMT_FUZZ)
# FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION but uses a different name to # FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION but uses a different name to
# avoid interfering with fuzzing of projects that use {fmt}. # avoid interfering with fuzzing of projects that use {fmt}.
# See also https://llvm.org/docs/LibFuzzer.html#fuzzer-friendly-build-mode. # See also https://llvm.org/docs/LibFuzzer.html#fuzzer-friendly-build-mode.
target_compile_definitions(fmt PRIVATE FMT_FUZZ) target_compile_definitions(fmt PUBLIC FMT_FUZZ)
endif () endif ()
set(gitignore ${PROJECT_SOURCE_DIR}/.gitignore) set(gitignore ${PROJECT_SOURCE_DIR}/.gitignore)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment