Skip to content

Commit

Permalink
Merge pull request commaai#88 from vntarasov/smaller-firmware
Browse files Browse the repository at this point in the history
Enable optimization to reduce firmware size
  • Loading branch information
geohot committed Feb 25, 2018
2 parents 377a1ec + 786a004 commit 5364d43
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 -O0
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O2
CFLAGS += -Tstm32_flash.ld

CC = arm-none-eabi-gcc
Expand Down

0 comments on commit 5364d43

Please sign in to comment.