mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
remove -O2 flag for debug
This commit is contained in:
@@ -17,7 +17,7 @@ default_envs = release
|
||||
custom_flags =
|
||||
|
||||
;general_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH -DVTABLES_IN_FLASH
|
||||
general_flags = -fno-exceptions -lstdc++ -DNO_GLOBAL_EEPROM -O2 -DBEARSSL_SSL_BASIC
|
||||
general_flags = -fno-exceptions -lstdc++ -DNO_GLOBAL_EEPROM -DBEARSSL_SSL_BASIC
|
||||
;general_flags =
|
||||
|
||||
[env]
|
||||
|
||||
Reference in New Issue
Block a user