Skip to content

Windows fixes

Camil Staps requested to merge windows-fixes into master

This contains two more fixes for bugs I ran into while compiling Platform.

I have run into another issue where the link step for entire Platform fails with exit code 2. Could this be due to a limit on the size of the command line? In that case we would have to use the other linker interface, but this is not implemented in clm at all, am I right? So for large programs you would still have to use cpm.

Merge request reports