Skip to content

Commit

Permalink
Reverted code optimizer option to O2 after 'make recover' broke
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Feb 6, 2019
1 parent 1218d09 commit 1cc74e2
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 -Os
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O2

CFLAGS += -Tstm32_flash.ld

Expand Down

0 comments on commit 1cc74e2

Please sign in to comment.