Skip to content

Commit bb0b886

Browse files
googlewaltcopybara-github
authored andcommitted
Enable archive_param_file feature by default for Windows
Closes bazelbuild#17068. PiperOrigin-RevId: 504229788 Change-Id: I7b6f7f4f2c8ccb802f5a76bd54eaf0a8358793b1
1 parent fa01235 commit bb0b886

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/cpp/windows_cc_toolchain_config.bzl

+2
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def _impl(ctx):
373373

374374
archive_param_file_feature = feature(
375375
name = "archive_param_file",
376+
enabled = True,
376377
)
377378

378379
compiler_param_file_feature = feature(
@@ -1210,6 +1211,7 @@ def _impl(ctx):
12101211
if ctx.attr.cpu == "x64_windows" and ctx.attr.compiler == "mingw-gcc":
12111212
archive_param_file_feature = feature(
12121213
name = "archive_param_file",
1214+
enabled = True,
12131215
)
12141216

12151217
compiler_param_file_feature = feature(

0 commit comments

Comments
 (0)