Skip to content

Comments

Add support for param files for compiler invocations#488

Merged
keith merged 1 commit intomainfrom
ks/add-support-for-param-files-for-compiler-invocations
Nov 21, 2025
Merged

Add support for param files for compiler invocations#488
keith merged 1 commit intomainfrom
ks/add-support-for-param-files-for-compiler-invocations

Conversation

@keith
Copy link
Member

@keith keith commented Nov 21, 2025

This is a bazel feature that results in passing params files to the
compiler (separate from them being passed to the linker). This is off
by default but allows users to use --features=compiler_param_file /
--host_features=compiler_param_file if they want this behavior.
This helps avoid command line length issues for super long args lists.

@keith keith enabled auto-merge (squash) November 21, 2025 17:15
This is a bazel feature that results in passing params files to the
compiler (separate from them being passed to the linker). This is off
by default but allows users to use `--features=compiler_param_file` /
`--host_features=compiler_param_file` if they want this behavior.
@keith keith force-pushed the ks/add-support-for-param-files-for-compiler-invocations branch from c7d5976 to 8ca8262 Compare November 21, 2025 17:25
@keith keith merged commit eb72722 into main Nov 21, 2025
12 checks passed
@keith keith deleted the ks/add-support-for-param-files-for-compiler-invocations branch November 21, 2025 18:07
@jszumski
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants