mirror of
https://github.com/minetest/minetest.git
synced 2024-11-05 07:13:46 +01:00
057f1574cb
It remains one issue with MT itself and rtti
10 lines
190 B
Makefile
10 lines
190 B
Makefile
APP_PLATFORM := ${APP_PLATFORM}
|
|
APP_ABI := ${TARGET_ABI}
|
|
APP_STL := c++_shared
|
|
APP_MODULES := minetest
|
|
ifndef NDEBUG
|
|
APP_OPTIM := debug
|
|
endif
|
|
|
|
APP_CPPFLAGS += -fexceptions -std=c++11 -frtti
|