We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b600e0 commit d804553Copy full SHA for d804553
.github/workflows/fuzz.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Build fuzzer
50
id: build
51
run: |
52
+ make clean
53
# TODO: test O/LTO for best speed
54
# TODO: use -stdlib=libc++ -lc++
55
make -j$(nproc) CXXOPTS="-O3 -flto -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" LDOPTS="-flto" LIB_FUZZING_ENGINE="-fsanitize=fuzzer" fuzz
0 commit comments