xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/compile_opt/.bazelrc (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1# Required on windows
2common --enable_platform_specific_config
3startup --windows_enable_symlinks
4build:windows --enable_runfiles
5
6# This isn't currently the defaut in Bazel, but we enable it to test we'll be ready if/when it flips.
7build --incompatible_disallow_empty_glob
8
9# Required for cargo_build_script support before Bazel 7
10build --incompatible_merge_fixed_and_default_shell_env
11