Skip to content

Commit

Permalink
Disable fdo features. (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjogrady authored Jan 25, 2023
1 parent 9acbb35 commit 1e66c02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foreign_cc/private/cc_toolchain_util.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ CxxFlagsInfo = provider(
# them here when configuring the toolchain flags to pass to the external
# build system.
FOREIGN_CC_DISABLED_FEATURES = [
"fdo_instrument",
"fdo_optimize",
"layering_check",
"module_maps",
"thin_lto",
Expand Down

0 comments on commit 1e66c02

Please sign in to comment.