Skip to content

Commit a62e084

Browse files
committed
Add -Werror for C++
1 parent 9c8d8f7 commit a62e084

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
# this forces all targets' minimum macOS to Catalina until Bazel CI has
33
# upgraded their Mac machines to Big Sur.
44
build --macos_minimum_os=10.15
5+
6+
# Make sure no warnings slip into the C++ tools we vendor
7+
build --copt=-Werror
8+
build --host_copt=-Werror

0 commit comments

Comments
 (0)