Sharpmake
Sharpmake copied to clipboard
/multithreaded(false) doesn't get added to generated solution
When passing /sources
, /generateDebugSolution
and multithreaded
arguments: the multithreaded argument doesn't get passed to the launch profile of the generated debug solution. Only the sources parameter seems to come along for the ride.
/multithreaded(false)
can be helpful when debugging, that's how I figured this out. I was hoping to debug generation without threads getting in the way. :)