Skip to content

Commit f44e4e8

Browse files
committed
Add -Wall -Wextra to bazel default compile options
1 parent 8d9e91a commit f44e4e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelrc

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
common --enable_bzlmod
22
common --cxxopt='-std=c++17'
3+
common --cxxopt='-Wall'
4+
common --cxxopt='-Wextra'

0 commit comments

Comments
 (0)