mirror of https://github.com/axmolengine/axmol.git
5 lines
156 B
Makefile
5 lines
156 B
Makefile
|
APP_STL := gnustl_static
|
||
|
APP_CPPFLAGS := -frtti -DCOCOS2D_DEBUG=1 -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -std=c++11 -fsigned-char
|
||
|
APP_CPPFLAGS += -fexceptions
|
||
|
|