oss-fuzz
oss-fuzz copied to clipboard
base-builder: introspector: disable dead code optimizations
Despite -O0 these optimizations still happen. This is particularly important for OFG runs where we run on new projects as they will be based on an empty fuzzing harness, meaning a lot of the code is potentially affected. Less so on existing projects where the optimizations are less impactful.
/gcbrun trial_build.py all --sanitizer introspector --fuzzing-engine libfuzzer