Skip to content

Commit

Permalink
Add -Werror for C++
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Apr 7, 2021
1 parent 84f0f5c commit 457cad5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# this forces all targets' minimum macOS to Catalina until Bazel CI has
# upgraded their Mac machines to Big Sur.
build --macos_minimum_os=10.15

# Make sure no warnings slip into the C++ tools we vendor
build --copt=-Werror
build --host_copt=-Werror

0 comments on commit 457cad5

Please sign in to comment.