mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-26 08:01:05 +00:00
5 lines
141 B
Makefile
5 lines
141 B
Makefile
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
|
|
APP_STL := gnustl_static
|
|
APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions -DZT_TRACE
|
|
|