Skip to content

Commit

Permalink
Stop changing the compiler option in the sancov_transition.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 672982578
  • Loading branch information
fniksic authored and copybara-github committed Sep 10, 2024
1 parent 2ae8a9d commit fd2c5ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions centipede/testing/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _sancov_transition_impl(settings, attr):
"//command_line_option:compilation_mode": "opt",
"//command_line_option:strip": "never", # preserve debug info.
"//command_line_option:features": filtered_features,
"//command_line_option:compiler": None,
"//command_line_option:dynamic_mode": "off",
}

Expand All @@ -66,6 +67,7 @@ sancov_transition = transition(
"//command_line_option:compilation_mode",
"//command_line_option:strip",
"//command_line_option:features",
"//command_line_option:compiler",
"//command_line_option:dynamic_mode",
],
)
Expand Down

0 comments on commit fd2c5ae

Please sign in to comment.