updated android makefile
This commit is contained in:
parent
8527f0a34b
commit
21045db08e
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ LOCAL_SRC_FILES := \
|
||||||
support.cpp \
|
support.cpp \
|
||||||
waypoint.cpp \
|
waypoint.cpp \
|
||||||
|
|
||||||
LOCAL_CFLAGS += -Ofast -std=c++11 -DLINUX -D_LINUX -DPOSIX -pipe -flto -fno-strict-aliasing -Wall -Werror
|
LOCAL_CFLAGS += -O2 -std=c++11 -DLINUX -D_LINUX -DPOSIX -pipe -fno-strict-aliasing -Wall -Werror
|
||||||
LOCAL_CPPFLAGS += -fno-exceptions -fno-rtti
|
LOCAL_CPPFLAGS += -fno-exceptions -fno-rtti
|
||||||
LOCAL_LDFLAGS += -flto
|
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue