-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Augment bazelrc to support asan & ubsan (#2197)
A prior failure in the google3 internal codebase showed that we were not executing the sanitizers like we thought we were. This change augments bazelrc to do asan and ubsan via config. It leverages the default feature set offered by bazelrc. I tested the commit priot to 474caa8 to validate that the bug was exhibited. I've added the sanitizers to the default Bazel build which also builds debug builds. This may come at an increase cost. If undesirable we can split the job out.
- Loading branch information
Showing
2 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters