We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3599ba + 22412fd commit cf5e097Copy full SHA for cf5e097
.bazelrc
@@ -3,4 +3,4 @@ test --test_output=errors --action_env="GTEST_COLOR=1"
3
# Force bazel output to use colors (good for jenkins) and print useful errors.
4
common --color=yes
5
6
-build --cxxopt='-std=c++17'
+build --cxxopt='-std=c++17' --copt=-Wno-c++11-narrowing
0 commit comments