Skip to content

Commit

Permalink
Set bazelrc to -Werror -Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
tnek committed Aug 12, 2021
1 parent 2582ed7 commit f3bce23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
@@ -1,5 +1,5 @@
build --apple_generate_dsym --define=apple.propagate_embedded_extra_outputs=yes
build --host_force_python=PY2

build --copt=-Wreorder-init-list
build --copt=-Wunused-variable
build --copt=-Werror
build --copt=-Wall

0 comments on commit f3bce23

Please sign in to comment.