vere/.bazelrc
2023-01-09 13:46:48 -05:00

14 lines
456 B
Plaintext

# Disallow empty `glob()`s.
build --incompatible_disallow_empty_glob
# Don't auto-detect the C/C++ toolchain.
build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
# Use platforms to select toolchains.
# See https://bazel.build/concepts/platforms#cxx and
# https://github.com/bazelbuild/bazel/issues/7260.
build --incompatible_enable_cc_toolchain_resolution
# Any personal configuration should go in .user.bazelrc.
try-import %workspace%/.user.bazelrc