Skip to content

Commit

Permalink
Build optimizer: back to Os now that 'make --recover' is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Feb 6, 2019
1 parent fd23383 commit de1ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/build.mk
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit de1ba06

Please sign in to comment.