Skip to content

Commit

Permalink
Remove O1 from sanitizer feature flag defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Feb 12, 2023
1 parent 3ec52c6 commit 889f9ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2431,7 +2431,6 @@ def _impl(ctx):
flag_groups = [
flag_group(
flags = [
"-O1",
"-gline-tables-only",
"-fno-omit-frame-pointer",
"-fno-sanitize-recover=all",
Expand Down

0 comments on commit 889f9ed

Please sign in to comment.