Skip to content

Commit 5364d43

Browse files
authored
Merge pull request #88 from vntarasov/smaller-firmware
Enable optimization to reduce firmware size
2 parents 377a1ec + 786a004 commit 5364d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/build.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O0
1+
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O2
22
CFLAGS += -Tstm32_flash.ld
33

44
CC = arm-none-eabi-gcc

0 commit comments

Comments
 (0)