We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa01235 commit bb0b886Copy full SHA for bb0b886
tools/cpp/windows_cc_toolchain_config.bzl
@@ -373,6 +373,7 @@ def _impl(ctx):
373
374
archive_param_file_feature = feature(
375
name = "archive_param_file",
376
+ enabled = True,
377
)
378
379
compiler_param_file_feature = feature(
@@ -1210,6 +1211,7 @@ def _impl(ctx):
1210
1211
if ctx.attr.cpu == "x64_windows" and ctx.attr.compiler == "mingw-gcc":
1212
1213
1214
1215
1216
1217
0 commit comments