oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

base-builder: introspector: disable dead code optimizations

Open DavidKorczynski opened this issue 8 months ago • 1 comments

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.

DavidKorczynski avatar May 14 '25 11:05 DavidKorczynski

/gcbrun trial_build.py all --sanitizer introspector --fuzzing-engine libfuzzer

DavidKorczynski avatar May 14 '25 12:05 DavidKorczynski