Skip to content

Commit 796b1a6

Browse files
committed
chore: Add --incompatible_disallow_empty_glob flag to Bazel config
1 parent eb63cd0 commit 796b1a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
build --//core:codspeed_mode=instrumentation
22
build --compilation_mode=dbg
33
build --copt=-O2
4+
5+
# Flip this early to avoid breaking compatibility once it becomes the default.
6+
build --incompatible_disallow_empty_glob

0 commit comments

Comments
 (0)