We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4486462 commit f1e8ca3Copy full SHA for f1e8ca3
1 file changed
.bazelrc
@@ -54,6 +54,7 @@ build:macos --cxxopt=-Wno-sign-compare --host_cxxopt=-Wno-sign-compare
54
build:macos --cxxopt=-Wno-dangling-field --host_cxxopt=-Wno-dangling-field
55
build:macos --cxxopt=-Wno-range-loop-construct --host_cxxopt=-Wno-range-loop-construct
56
build:macos --cxxopt=-mmacos-version-min=10.15 --host_cxxopt=-mmacos-version-min=10.15
57
+build:macos --cxxopt=-Wno-nullability-completeness --host_cxxopt=-Wno-nullability-completeness
58
59
###############################################################################
60
# Options for Windows.
0 commit comments