Browse Source

Disable assert() by default

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
e5fc3f3a62
  1. 2
      platformio.ini

2
platformio.ini

@ -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

Loading…
Cancel
Save