Skip to content

Commit f859b65

Browse files
jnthntatumcopybara-github
authored andcommitted
Update bazelrc to match gcb config for local development.
PiperOrigin-RevId: 720298787
1 parent 9779448 commit f859b65

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.bazelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
22
build --cxxopt=-fsized-deallocation
3+
build --noenable_bzlmod
4+
build --copt=-Wno-deprecated-declarations
5+
build --compilation_mode=fastbuild
6+
7+
test --test_output=errors
38

49
# Enable matchers in googletest
510
build --define absl=1

0 commit comments

Comments
 (0)