Skip to content

Commit

Permalink
(Android) Add LOCAL_ARM_MODE := arm for speed optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
twinaphex committed Oct 25, 2012
1 parent 2e529de commit f7b2666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libretro/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include $(CLEAR_VARS)

ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -DANDROID_ARM
LOCAL_ARM_MODE := arm
endif

ifeq ($(TARGET_ARCH),x86)
Expand Down

0 comments on commit f7b2666

Please sign in to comment.