We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d61347 commit 3beb3bfCopy full SHA for 3beb3bf
.tensorflow.bazelrc
@@ -86,6 +86,10 @@ build:windows --host_copt=/Zc:__cplusplus
86
build:windows --copt=/D_USE_MATH_DEFINES
87
build:windows --host_copt=/D_USE_MATH_DEFINES
88
89
+# Windows has a relatively short command line limit, which TF has begun to hit.
90
+# See https://docs.bazel.build/versions/main/windows.html
91
+build:windows --features=compiler_param_file
92
+
93
# By default, build LCE in C++ 17 mode.
94
build:android --cxxopt=-std=c++17
95
build:android --host_cxxopt=-std=c++17
0 commit comments