Build optimizer: back to Os now that 'make --recover' is fixed

master
Riccardo 2019-02-06 11:45:11 -08:00
parent fd233832ef
commit de1ba06d71
1 changed files with 1 additions and 1 deletions

View File

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