mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-17 08:21:30 +02:00
various smallish optimizations, cleanups, and bug fixes
This commit is contained in:
4
Makefile
4
Makefile
@@ -36,7 +36,9 @@ endif
|
||||
|
||||
ifeq ("$(PLATFORM)",$(filter "$(PLATFORM)","gp2x" "opendingux" "rpi1"))
|
||||
# very small caches, avoid optimization options making the binary much bigger
|
||||
CFLAGS += -finline-limit=42 -fno-unroll-loops -fno-ipa-cp -fno-common -fno-stack-protector -ffast-math
|
||||
CFLAGS += -finline-limit=42 -fno-unroll-loops -fno-ipa-cp
|
||||
# this gets you about 20% better execution speed on 32bit arm/mips
|
||||
CFLAGS += -fno-common -fno-stack-protector -fno-guess-branch-probability -fno-caller-saves -fno-tree-loop-if-convert -ffast-math
|
||||
endif
|
||||
|
||||
# default settings
|
||||
|
||||
Reference in New Issue
Block a user