notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8b82e7
)
Build fix
author
twinaphex
<libretro@gmail.com>
Tue, 8 Apr 2014 00:37:16 +0000
(
02:37
+0200)
committer
twinaphex
<libretro@gmail.com>
Tue, 8 Apr 2014 00:37:16 +0000
(
02:37
+0200)
jni/Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/jni/Android.mk
b/jni/Android.mk
index
cf96faa
..
3a5a1fe
100644
(file)
--- 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