Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forced response files for build commands #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iboB
Copy link

@iboB iboB commented Feb 8, 2016

The maximum command line length in Windows is 32kb. The windows generators in CMake support this by setting a hard limit on a command line of 30 k, and splitting however appropriate.

However when generating (and building) Unix makefiles in Windows there is no command line limit.

This pull request forces the generation of response files for includes, archiving libs, and linking executables and dyn libs, thus greatly reducing the command line in windows builds and making hitting the limit very, very unlikely.

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.

1 participant