2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-30 22:41:22 +00:00
rules_cc/examples/rule_based_toolchain/.bazelrc
2024-09-06 11:08:58 -07:00

6 lines
202 B
Plaintext

# Do not use the default toolchain.
build --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=0
# Enable rule-based toolchains.
build --@rules_cc//cc/toolchains:experimental_enable_rule_based_toolchains=True