Build fix
authortwinaphex <libretro@gmail.com>
Tue, 8 Apr 2014 00:37:16 +0000 (02:37 +0200)
committertwinaphex <libretro@gmail.com>
Tue, 8 Apr 2014 00:37:16 +0000 (02:37 +0200)
jni/Android.mk

index cf96faa..3a5a1fe 100644 (file)
@@ -74,7 +74,7 @@ LOCAL_SRC_FILES += $(R)unzip/unzip.c $(R)unzip/unzip_stream.c
 LOCAL_C_INCLUDES += $(R)
 
 # note: don't use -O3, causes some NDKs run out of memory while compiling FAME
-LOCAL_CFLAGS += -Wall -O2 -ffast-math -DNDEBUG
+LOCAL_CFLAGS += -Wall -O2 -ffast-math -DNDEBUG -DINLINE=inline
 LOCAL_CFLAGS += $(addprefix -D,$(DEFINES))
 LOCAL_LDLIBS := -llog