mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15866 from minggo/remove-compiling-flag
remove gcc comipling flag
This commit is contained in:
commit
e9cf762304
|
@ -14,9 +14,6 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
|
|||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../..
|
||||
|
||||
LOCAL_CFLAGS += -Wno-psabi
|
||||
LOCAL_EXPORT_CFLAGS += -Wno-psabi
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := cocos2dx_internal_static
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
|
Loading…
Reference in New Issue