forked from crystal-lang/crystal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass the command line to cl.exe through a file (crystal-lang#9062)
This is necessary because large projects (like the Crystal compiler) surpass the maximal size for the command line when linking the numerous object files. This commit also makes Crystal actually be able to run the linker subprocess, as it removes the unsupported combination of `args` and `shell: true`.
- Loading branch information
1 parent
ba8e1bd
commit 9fb0cda
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters