mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 10:47:38 +00:00
Whoops. Revert to baseband -O3 compiler flag.
Was running out of CPU in ERT mode.
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
# Compiler options here.
|
# Compiler options here.
|
||||||
ifeq ($(USE_OPT),)
|
ifeq ($(USE_OPT),)
|
||||||
USE_OPT = -mthumb \
|
USE_OPT = -mthumb \
|
||||||
-O2 -ggdb3 \
|
-O3 -ggdb3 \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-fdata-sections \
|
-fdata-sections \
|
||||||
-fno-builtin \
|
-fno-builtin \
|
||||||
|
Reference in New Issue
Block a user