Reverted code optimizer option to O2 after 'make recover' broke

master
Riccardo 2019-02-05 22:17:35 -08:00
parent 1218d09edb
commit 1cc74e2b42
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -Os
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O2
CFLAGS += -Tstm32_flash.ld