ソースを参照

Flag to reduce Melzi binary size (#14730)

Benjamin Reed 5年前
コミット
7084f3647a
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini ファイルの表示

@@ -195,7 +195,7 @@ lib_deps          = Servo
195 195
 platform      = atmelavr
196 196
 framework     = arduino
197 197
 board         = sanguino_atmega1284p
198
-build_flags   = ${common.build_flags}
198
+build_flags   = ${common.build_flags} -fmerge-all-constants
199 199
 upload_speed  = 57600
200 200
 lib_deps      = ${common.lib_deps}
201 201
 lib_ignore    = TMCStepper, TMC26XStepper

読み込み中…
キャンセル
保存