diff options
| author | Keith Smiley <keithbsmiley@gmail.com> | 2025-11-21 16:46:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 16:46:12 -0800 |
| commit | dc3c5a5ffceb64c5c948e1d22b6d81023bef65b6 (patch) | |
| tree | 96cddcbdc8476f436813cab4ef5b2e85d6b03297 /utils/bazel | |
| parent | 5bf7e8a59a281988a0f5d2b659ba9d71b2c389c8 (diff) | |
[bazel] Remove old config option (#169133)
The default of this has been flipped since we're on 8.x
Diffstat (limited to 'utils/bazel')
| -rw-r--r-- | utils/bazel/.bazelrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/bazel/.bazelrc b/utils/bazel/.bazelrc index db66a727acf6..1f9b7c5cf4a9 100644 --- a/utils/bazel/.bazelrc +++ b/utils/bazel/.bazelrc @@ -46,9 +46,6 @@ build --incompatible_no_implicit_file_export # eventually become the default common --incompatible_disallow_empty_glob -# TODO: Remove once we move to bazel 7.x -build --experimental_cc_shared_library - # Disabling runfiles links drastically increases performance in slow disk IO # situations Do not build runfile trees by default. If an execution strategy # relies on runfile symlink tree, the tree is created on-demand. See: |
