mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-15 02:59:51 -04:00
Change baseband optimization from -O3 to -O2
Significant size benefit with negligable performance effect.
This commit is contained in:
parent
58e6d26910
commit
8d2a86a499
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
# Compiler options here.
|
# Compiler options here.
|
||||||
ifeq ($(USE_OPT),)
|
ifeq ($(USE_OPT),)
|
||||||
USE_OPT = -mthumb \
|
USE_OPT = -mthumb \
|
||||||
-O3 -ggdb3 \
|
-O2 -ggdb3 \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-fdata-sections \
|
-fdata-sections \
|
||||||
-fno-builtin \
|
-fno-builtin \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue