generated from bazel-contrib/rules-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bazelrc
24 lines (20 loc) · 1.01 KB
/
.bazelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
common --incompatible_allow_tags_propagation
common --incompatible_strict_action_env
common --remote_download_minimal
common --noexperimental_check_output_files
common --incompatible_strict_action_env
common --modify_execution_info=PackageTar=+no-remote
common --incompatible_default_to_explicit_init_py
common --experimental_reuse_sandbox_directories
common --cxxopt='-std=c++17'
common --host_cxxopt='-std=c++17'
# Load any settings specific to the current user.
# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
# This needs to be last statement in this
# config, as the user configuration should be able to overwrite flags from this file.
# See https://docs.bazel.build/versions/master/best-practices.html#bazelrc
# (Note that we use .bazelrc.user so the file appears next to .bazelrc in directory listing,
# rather than user.bazelrc as suggested in the Bazel docs)
try-import %workspace%/.bazelrc.user
common --enable_bzlmod