gsl
gsl copied to clipboard
Parallel builds don't work...
With the large core-counts on today's servers, it is desirable to be able to compile projects using all available cores.
Unfortunately, adding the -maxcpucount:%NUMBER_OF_PROCESSORS%
to msbuild
's command-line fails -- whereas the serial build works fine (thanks!).
Could this be addressed, please?