aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutechre2022-03-22 15:33:45 +0100
committerGitHub2022-03-22 15:33:45 +0100
commit962e034447a49cf506940bb995228fd23424ef38 (patch)
tree5a28510a8ce55ad434576f318c59d5b656844e00
parent7ab2e3962bb1787f675e246ed2e13c23b36e8437 (diff)
parent70b46dbb69aa8a8be980a6e8622168c8ea7da205 (diff)
downloadsnes9x2005-962e034447a49cf506940bb995228fd23424ef38.tar.gz
snes9x2005-962e034447a49cf506940bb995228fd23424ef38.tar.bz2
snes9x2005-962e034447a49cf506940bb995228fd23424ef38.zip
Merge pull request #93 from jSTE0/miyoo-fast-aligned
platform/miyoo: Use optimised build flags
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6664127..07d5368 100644
--- a/Makefile
+++ b/Makefile
@@ -286,6 +286,7 @@ else ifeq ($(platform), miyoo)
SHARED := -shared -Wl,--version-script=link.T
LIBM :=
FLAGS += -fomit-frame-pointer -ffast-math -march=armv5te -mtune=arm926ej-s
+ FLAGS += -DFAST_ALIGNED_LSB_WORD_ACCESS -fno-unroll-loops
# (armv7 a7, hard point, neon based) ###
# NESC, SNESC, C64 mini