Skip to content

Commit ffa42e4

Browse files
Enable the archive_param_file feature by default (#364)
Matches rules_cc: https://github.com/bazelbuild/rules_cc/blob/6a2520bed08bbe47a8afcf4c43d51c2533d79ed8/cc/private/toolchain/unix_cc_toolchain_config.bzl#L1648. Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent d77535b commit ffa42e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crosstool/cc_toolchain_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2664,7 +2664,7 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new
26642664

26652665
features = [
26662666
# Marker features
2667-
feature(name = "archive_param_file", enabled = True),
2667+
feature(name = "archive_param_file"),
26682668
feature(name = "compile_all_modules"),
26692669
feature(name = "coverage"),
26702670
feature(name = "dbg"),

0 commit comments

Comments
 (0)