File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
2121
2222name=Adafruit SAMD (32-bits ARM Cortex-M0+ and Cortex-M4) Boards
23- version=1.5.0
23+ version=1.5.1
2424
2525# Compile variables
2626# -----------------
@@ -33,13 +33,13 @@ compiler.warning_flags.all=-Wall -Wextra
3333
3434compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
3535compiler.c.cmd=arm-none-eabi-gcc
36- compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g - Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD -D__SKETCH_NAME__="""{build.project_name}"""
36+ compiler.c.flags=-mcpu={build.mcu} -mthumb -c -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD -D__SKETCH_NAME__="""{build.project_name}"""
3737compiler.c.elf.cmd=arm-none-eabi-gcc
3838compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
3939compiler.S.cmd=arm-none-eabi-gcc
4040compiler.S.flags=-c -g -x assembler-with-cpp -MMD
4141compiler.cpp.cmd=arm-none-eabi-g++
42- compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g - Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD -D__SKETCH_NAME__="""{build.project_name}"""
42+ compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD -D__SKETCH_NAME__="""{build.project_name}"""
4343compiler.ar.cmd=arm-none-eabi-ar
4444compiler.ar.flags=rcs
4545compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments