We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0689e77 commit b855ed0Copy full SHA for b855ed0
.github/workflows/fuzz.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
# TODO: test O/LTO for best speed
53
# TODO: use -stdlib=libc++ -lc++
54
- make -j$(nproc) CXXOPTS="-O3 -fno-omit-frame-pointer -g -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address,undefined -fsanitize-address-use-after-scope -fno-sanitize=integer -fno-sanitize-recover=undefined" LIB_FUZZING_ENGINE="-fsanitize=fuzzer" fuzz
+ make -j$(nproc) CXXOPTS="-O2 -fno-omit-frame-pointer -g -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address,undefined -fsanitize-address-use-after-scope -fno-sanitize=integer -fno-sanitize-recover=undefined" LIB_FUZZING_ENGINE="-fsanitize=fuzzer" fuzz
55
env:
56
CXX: clang++-21
57
0 commit comments