소스 검색

Disable assert() by default

Scott Lahteine 3 년 전
부모
커밋
8e60b19662
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini 파일 보기

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

Loading…
취소
저장