Skip to content

Conversation

@DavidKorczynski
Copy link
Collaborator

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.

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
Copy link
Collaborator Author

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

ENV SANITIZER_FLAGS_thread "-fsanitize=thread"

ENV SANITIZER_FLAGS_introspector "-O0 -flto -fno-inline-functions -fuse-ld=gold -Wno-unused-command-line-argument"
ENV SANITIZER_FLAGS_introspector "-O0 -flto -fno-inline-functions -fuse-ld=gold -Wno-unused-command-line-argument -Wl,--mllvm,-compute-dead=false -disable-globaldce"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are there any implications on speed or resulting database size?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants