Disable assert() by default

This commit is contained in:
Scott Lahteine 2021-04-17 19:52:23 -05:00 committed by Scott Lahteine
parent c508c2213e
commit 8e60b19662
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ extra_configs =
# Remove '-fmax-errors=5' from build_flags below to see all.
#
[common]
build_flags = -g3 -D__MARLIN_FIRMWARE__ -fmerge-constants
build_flags = -g3 -D__MARLIN_FIRMWARE__ -DNDEBUG -fmerge-constants
-fmax-errors=5
extra_scripts =
pre:buildroot/share/PlatformIO/scripts/common-dependencies.py