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 d875698 commit 6a39133Copy full SHA for 6a39133
.bazelrc
@@ -125,6 +125,9 @@ mod --lockfile_mode=refresh
125
build:windows --config=clang-cl
126
127
# See MODULE.bazel where we've disabled the platform/toolchain setup, but made it back here
128
+build:clang-cl --host_copt=-Wno-dynamic-class-memaccess --copt=-Wno-dynamic-class-memaccess
129
+build:clang-cl --host_copt=-Wno-microsoft-cast --copt=-Wno-microsoft-cast
130
+build:clang-cl --host_copt=-Wno-invalid-offsetof --copt=-Wno-invalid-offsetof
131
build:clang-cl --host_platform=@otel_sdk//:x64_windows-clang-cl
132
build:clang-cl --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl
133
build:clang-cl --per_file_copt="protobuf\\+/.*@-Wno-invalid-offsetof"
0 commit comments