From 5a7eca2d4cc698eab921929c5f561afe8d039686 Mon Sep 17 00:00:00 2001 From: kshyanashree <109167932+kshyanashree@users.noreply.github.com> Date: Thu, 26 Jan 2023 13:13:17 -0800 Subject: [PATCH] Enable archive_param_file feature by default for Windows (#17344) Closes #17068. PiperOrigin-RevId: 504229788 Change-Id: I7b6f7f4f2c8ccb802f5a76bd54eaf0a8358793b1 Co-authored-by: Googler --- tools/cpp/windows_cc_toolchain_config.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/cpp/windows_cc_toolchain_config.bzl b/tools/cpp/windows_cc_toolchain_config.bzl index d913692b7e05d7..ba3de607d10451 100644 --- a/tools/cpp/windows_cc_toolchain_config.bzl +++ b/tools/cpp/windows_cc_toolchain_config.bzl @@ -373,6 +373,7 @@ def _impl(ctx): archive_param_file_feature = feature( name = "archive_param_file", + enabled = True, ) compiler_param_file_feature = feature( @@ -1209,6 +1210,7 @@ def _impl(ctx): if ctx.attr.cpu == "x64_windows" and ctx.attr.compiler == "mingw-gcc": archive_param_file_feature = feature( name = "archive_param_file", + enabled = True, ) compiler_param_file_feature = feature(