Page 1 of 1

What is ""Release mode" in ESP-IDF context

Posted: Fri Apr 11, 2025 10:44 am
by VinayDand
Going through documentation for ESP32, in security topic, came across the sentence:

"For production use, flash encryption should be enabled in the "Release" mode only."

I would like to know what is meant by "Release" mode.
Is it meant as oppose to debug mode?
But ESP-IDF does not have separate Release / Debug mode compilation setting
Or I am missing something?

Please help us in understanding the sentence

Best Regards,
Vinay

Re: What is ""Release mode" in ESP-IDF context

Posted: Fri Apr 11, 2025 5:22 pm
by MicroController
For flash encryption, you choose between release mode and development mode.