Skip to content

Commit 6481fec

Browse files
zhangskzAdam Cozzette
andauthored
Remove --copt="-Werror" from .bazelrc (#18392)
This appears to be causing a bunch of errors during our release process, but I don't think it's critical to have this flag in `.bazelrc`. We should still be able to get about the same test coverage since we also set `-Werror` in the `bazelrc` files in the `ci/` directory. PiperOrigin-RevId: 672673187 Co-authored-by: Adam Cozzette <acozzette@google.com>
1 parent d6c82fc commit 6481fec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
22

3-
build --copt="-Werror" --copt="-Wno-sign-compare" --copt="-Wno-sign-conversion" --copt="-Wno-error=sign-conversion" --copt="-Wno-deprecated-declarations"
4-
5-
63
build:dbg --compilation_mode=dbg
74

85
build:opt --compilation_mode=opt

0 commit comments

Comments
 (0)