Skip to content

Makefile: Avoid link line object list lengths nearing system limits

Brad King requested to merge brad.king/cmake:makefile-response-files into master

Use response files for object file lists that approach the scale of the system ARG_MAX limit.

Fixes #16206 (closed).

Merge request reports