We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bae00e commit ceafcf8Copy full SHA for ceafcf8
bootloaders/metroM4/.vs/samdx1_sam_ba/v14/.atsuo
5 KB
platform.txt
@@ -33,7 +33,7 @@ compiler.warning_flags.all=-Wall -Wextra
33
34
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
35
compiler.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
+compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -O0 {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
37
compiler.c.elf.cmd=arm-none-eabi-gcc
38
compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
39
compiler.S.cmd=arm-none-eabi-gcc
0 commit comments