Merge pull request #15866 from minggo/remove-compiling-flag

remove gcc comipling flag
This commit is contained in:
minggo 2016-06-17 09:39:18 +08:00 committed by GitHub
commit e9cf762304
1 changed files with 0 additions and 3 deletions

View File

@ -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)