Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix undersized string buffer for library link command in Windows.
The compiler was not allocating a big enough buffer for the linker command line on Windows. This change makes it allocate more than enough space. Fixes ponylang#2222.
- Loading branch information