mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-12 22:15:49 +00:00
Change baseband optimization from -O3 to -O2
Significant size benefit with negligable performance effect.
This commit is contained in:
parent
58e6d26910
commit
8d2a86a499
@ -27,7 +27,7 @@
|
||||
# Compiler options here.
|
||||
ifeq ($(USE_OPT),)
|
||||
USE_OPT = -mthumb \
|
||||
-O3 -ggdb3 \
|
||||
-O2 -ggdb3 \
|
||||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
-fno-builtin \
|
||||
|
Loading…
x
Reference in New Issue
Block a user