Skip to content

Commit

Permalink
Add no_dotd_file well known feature
Browse files Browse the repository at this point in the history
This feature is used in bazel to disable anything related to .d files.
This is off by default but must be here to be enabled.
  • Loading branch information
keith committed Dec 20, 2024
1 parent 6e0fdb1 commit d895c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2676,6 +2676,7 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new
feature(name = "only_doth_headers_in_module_maps"),
feature(name = "opt"),
feature(name = "parse_headers"),
feature(name = "no_dotd_file"),

# Features with more configuration
link_libcpp_feature,
Expand Down

0 comments on commit d895c6e

Please sign in to comment.