cocos2d / cocos2d-x-3rd-party-libs-src

Dependencies of cocos2d-x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a options to use -mthumb when building android ABI

zilongshanren opened this issue · comments

Some libraries compile with thumb instructions will cause linker fails, such as libcurl

so we should add a option to specify which library should omit -mthumb option.

On default, all libraries should use -mthumb, since it is recommended by NDK.