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 6b98b68 commit 6791224Copy full SHA for 6791224
.bazelrc
@@ -124,6 +124,8 @@ build:clang --copt=-Wno-gnu-offsetof-extensions
124
build:clang --copt=-Qunused-arguments
125
# Error on struct/class mismatches, since this causes link failures on Windows.
126
build:clang --copt=-Werror=mismatched-tags
127
+# Don't error out on C++23 extensions. Needed for building the clang-19.
128
+build:clang --copt=-Wno-error=c23-extensions
129
130
# Configs for CUDA
131
build:cuda --repo_env TF_NEED_CUDA=1
0 commit comments