Browse Source

AGCM4 debug option (#14838)

Giuliano Zaro 5 years ago
parent
commit
3e5620283e
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      platformio.ini

+ 3
- 2
platformio.ini View File

@@ -628,8 +628,9 @@ src_filter      = ${common.default_src_filter} +<src/HAL/HAL_LINUX>
628 628
 platform      = atmelsam
629 629
 board         = adafruit_grandcentral_m4
630 630
 framework     = arduino
631
-build_flags   = ${common.build_flags}
632
-  -Wl,-Map,$BUILD_DIR/firmware.map -Wl,--cref
631
+build_flags   = ${common.build_flags} -std=gnu++17
632
+build_unflags = -std=gnu++11
633 633
 lib_deps      = ${common.lib_deps}
634 634
 lib_ignore    = U8glib-HAL, TMC26XStepper
635 635
 src_filter    = ${common.default_src_filter} +<src/HAL/HAL_SAMD51>
636
+debug_tool    = jlink

Loading…
Cancel
Save