Compile Time High

Sysprogs forums Forums VisualGDB Compile Time High

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36360
    RolfSt
    Participant

    Hello,

    compile time for my project is too high.

    30 sec for Quering Arduino code model plus another
    46 sec for compiling ! For every build.

    Project: medium sized

    .ino 168 lines
    .h files: 172 lines
    .cpp files: 695 lines

    plus some Arduino libraries.

    Resulting code size
    info: Sketch uses 59260 bytes (45%) of program storage space. Maximum is 131072 bytes.
    info: Global variables use 9780 bytes (47%) of dynamic memory, leaving 10700 bytes for local variables. Maximum is 20480 bytes.

    Machine:
    Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz 1.50 GHz
    16,0 GB (15,7 GB verwendbar)
    Windows 11 Pro 24H2

    Can I do something to speed up compile time ?

     

    #36361
    support
    Keymaster

    Hi,

    You can try building it with Arduino IDE. If the build time is the same on the same machine for the same project, it is not something VisualGDB can fix. If the build time is considerably different, we can help you track it down.

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