Multi Core Compilation

Sysprogs forums Forums VisualGDB Multi Core Compilation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13479
    tapwus
    Participant

    Hi,

    I’d like to compile my project faster using all my available cores.

    I’ve seen posts saying I should use the “j<#number of cores>” but I’m not sure exactly how to add it to the project settings.

     

    Would appreciate help,

    Thanks

     

    Attachments:
    You must be logged in to view attached files.
    #13490
    support
    Keymaster

    Hi,

    You can achieve this by adding “-j<# of cores>” to the Make Command -> Customize -> Arguments. You can also use the $(LocalMultiThreadedBuildFlags) expression instead of “-j<#number>” to let VisualGDB automatically query the number of cores from your system properties.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.