mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
change some build settings. add a lock
This commit is contained in:
parent
2a2e3b80b3
commit
0b7cd2f40a
4 changed files with 25 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
|
||||
APP_STL := gnustl_static
|
||||
APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions
|
||||
NDK_TOOLCHAIN_VERSION := clang
|
||||
APP_STL := c++_static
|
||||
APP_CPPFLAGS := -O2 -fPIE -fvectorize -Wall -fstack-protector -fexceptions -fno-strict-aliasing
|
||||
APP_PLATFORM := android-14
|
||||
APP_ABI := all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue