We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc9b10 commit d4eec14Copy full SHA for d4eec14
.bazelrc
@@ -65,7 +65,8 @@ build:clang-tidy --output_groups=report
65
build:gcc --action_env=BAZEL_COMPILER=gcc
66
build:gcc --action_env=CC=gcc
67
build:gcc --action_env=CXX=g++
68
-build:gcc --cxxopt -Wno-invalid-offsetof -Wno-deprecated
+build:gcc --cxxopt -Wno-invalid-offsetof
69
+build:gcc --cxxopt -Wno-deprecated
70
71
# Use Zig C/C++ compiler.
72
build:zig-cc --incompatible_enable_cc_toolchain_resolution
0 commit comments