Whoops. Revert to baseband -O3 compiler flag.

Was running out of CPU in ERT mode.
This commit is contained in:
Jared Boone 2016-01-17 14:08:49 -08:00
parent 8d2a86a499
commit 1aa391bac8

View File

@ -27,7 +27,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -mthumb \
-O2 -ggdb3 \
-O3 -ggdb3 \
-ffunction-sections \
-fdata-sections \
-fno-builtin \