Sharpmake icon indicating copy to clipboard operation
Sharpmake copied to clipboard

/multithreaded(false) doesn't get added to generated solution

Open xoorath opened this issue 2 years ago • 0 comments

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. :)

xoorath avatar Nov 14 '22 03:11 xoorath