mirror of
https://github.com/minetest/minetest.git
synced 2024-12-02 12:33:45 +01:00
0ef9c53a8c
It remains one issue with MT itself and rtti
8 lines
189 B
Makefile
8 lines
189 B
Makefile
APP_PLATFORM := ${APP_PLATFORM}
|
|
APP_ABI := ${TARGET_ABI}
|
|
APP_STL := c++_static
|
|
APP_DEPRECATED_HEADERS := true
|
|
|
|
APP_CFLAGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
|
|
APP_CPPFLAGS += -fexceptions
|