From: twinaphex Date: Tue, 8 Apr 2014 00:37:16 +0000 (+0200) Subject: Build fix X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d053448171c8de783da013c2642a7ee7d2482c63;p=picodrive.git Build fix --- diff --git a/jni/Android.mk b/jni/Android.mk index cf96faa..3a5a1fe 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -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