You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesponylang#2222.
)
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#2222.
following along with https://bluishcoder.co.nz/2015/12/16/c-linkable-libraries-with-pony.html
I tried to compile the following on windows 10 with
ponyc -l
And I get the following output:
No object code or library archive are actually generated. Only
ponytest.h
.The text was updated successfully, but these errors were encountered: