mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-30 22:41:22 +00:00
6 lines
202 B
Plaintext
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
|