mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-26 03:01:40 +01:00
Build fix
This commit is contained in:
parent
e8b82e7b2b
commit
d053448171
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user