FR : optional multi processor compilation in the Projucer (VS+Win)

Hello to the JUCE team ! Hello @ed95 !

I have a feature request for the Projucer. Would it be possible to add an option in the Visual Studio exporters to customize the /MP flag for the multi-processor compilation ? I need to be able to disable it in the Projucer to make a very famous protection / security work in a Continuous Integration context :slight_smile:

I have included in that message the necessary changes to do in the code to make this work properly, you just need to find the “ADD-ON” and “CHANGED” comments to JUCEify the code as you wish.

Thanks in advance !

Ivan

Thanks Ivan. I’m away for the next week or so but I’ll take a look when I’m back.

1 Like
1 Like

Thank you very much @ed95 !