Merge pull request #12559 from s-hadinger/Disable-NDEBUG-for-Esp32c3

Disable NDEBUG for Esp32C3
This commit is contained in:
s-hadinger 2021-07-04 20:46:42 +02:00 committed by GitHub
commit 8bcb8b9896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/
build_unflags = ${esp32_defaults.build_unflags}
-Wswitch-unreachable
-mtarget-align
-DNDEBUG
build_flags = ${esp32_defaults.build_flags}
-Wno-switch-unreachable
;-DESP32_STAGE=true