Multi-core support for compilation

Sysprogs forums Forums VisualGDB Multi-core support for compilation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #712
    Anonymous
    Participant

    Hi,

    Is it possible to use all cores to reduce compilation time ?
    I am using VisualGDB for Android.

    Thanks.

    #2869
    ket
    Participant

    Hi,

    The underlying build system for Android is make, so you can just pass the -j argument to ndk-build.

    You can specify ndk-build arguments on the Build settings page of VisualGDB Project Properties. You can read more about the make jobs argument here.

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