Looking for Configuration Documentation

Sysprogs forums Forums VisualGDB Looking for Configuration Documentation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27395
    dedvalson
    Participant

    Hi,

    I am trying to locate information on the actual effect of the various “canned” configurations in Visual Studio under Visual GDB (esp-idf).

    Specifically, how do  the configurations “Debug”, “Release”, “MinSizeRel”, etc modify the build and where is this configured?

    Thanks,

    Don

     

    #27397
    support
    Keymaster

    Hi,

    VisualGDB simply uses the regular CMake configuration names and passes them “as is” to the ESP-IDF build system. For details on how exactly ESP-IDF handles them, please check the ESP-IDF documentation, or use our CMake Debugger to step through the ESP-IDF’s CMakeLists files.

    #27398
    dedvalson
    Participant

    Thanks!

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