ESP32 Reduce compile time

Sysprogs forums Forums VisualGDB ESP32 Reduce compile time

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21821
    mikemoy
    Participant

    When compiling for ESP32, typically you would use the -j parameter for how many cores your system has to speed up the compile process.

    Is there a place we can add this option to, as compiling for the ESP32 is laborious slow without it.

    #21828
    support
    Keymaster

    Hi,

    Normally VisualGDB will add it automatically based on your CPU core count, so no action is required.

    You can also specify it manually via VisualGDB Project Properties -> ESP-IDF Project -> Additional Arguments.

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