Skip to content

Commit 962e034

Browse files
authored
Merge pull request libretro#93 from jSTE0/miyoo-fast-aligned
platform/miyoo: Use optimised build flags
2 parents 7ab2e39 + 70b46db commit 962e034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ else ifeq ($(platform), miyoo)
286286
SHARED := -shared -Wl,--version-script=link.T
287287
LIBM :=
288288
FLAGS += -fomit-frame-pointer -ffast-math -march=armv5te -mtune=arm926ej-s
289+
FLAGS += -DFAST_ALIGNED_LSB_WORD_ACCESS -fno-unroll-loops
289290

290291
# (armv7 a7, hard point, neon based) ###
291292
# NESC, SNESC, C64 mini

0 commit comments

Comments
 (0)