Multi-threaded compilation

Sysprogs forums Forums VisualGDB Multi-threaded compilation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #611
    haddock
    Participant

    With ndk-build, it is possible to have multi-threaded build by adding -jN on the command line (N is the number of threads).
    Is this possible with VirtualGDB ?

    #2546
    ket
    Participant

    Hi,

    Right-click on the project in Solution Explorer and choose VisualGDB Project Properties. At the build settings section there is a field where you can enter additional ndk-build arguments.

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