Search found 1 match
- Fri Sep 27, 2019 3:26 pm
- Forum: ESP-IDF
- Topic: Release and Debug configuration for ESP32
- Replies: 0
- Views: 1540
Release and Debug configuration for ESP32
Hello, for my project I would like to create DEBUG and RELEASE configuration. It is quite easy to do with menuconfig - I just need to change "optimization level" and necessary changes are applied in sdkconfig. But I do not want to use menuconfig everytime I need to change this configuration. So I cr...