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 82a2ec7 commit 0074fedCopy full SHA for 0074fed
.bazelrc
@@ -111,6 +111,8 @@ build:clang --copt=-Wno-gnu-offsetof-extensions
111
build:clang --copt=-Qunused-arguments
112
# Error on struct/class mismatches, since this causes link failures on Windows.
113
build:clang --copt=-Werror=mismatched-tags
114
+# Don't error out on C++23 extensions. Needed for building the clang-19.
115
+build:clang --copt=-Wno-error=c23-extensions
116
117
# Configs for CUDA
118
build:cuda --repo_env TF_NEED_CUDA=1
0 commit comments