mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-12 18:26:54 +02:00
Disable peer metrics for ExtOSDep builds
This commit is contained in:
parent
17abb58651
commit
47e05d5a23
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ ifeq ($(ZT_ARCHITECTURE),3)
|
|||
ifeq ($(ZT_EXTOSDEP), 0)
|
||||
override CFLAGS+=-mfloat-abi=hard -march=armv6zk -marm -mfpu=vfp -mno-unaligned-access -mtp=cp15 -mcpu=arm1176jzf-s
|
||||
override CXXFLAGS+=-mfloat-abi=hard -march=armv6zk -marm -mfpu=vfp -fexceptions -mno-unaligned-access -mtp=cp15 -mcpu=arm1176jzf-s
|
||||
else
|
||||
override DEFS+=-DZT_NO_PEER_METRICS
|
||||
endif
|
||||
ZT_USE_ARM32_NEON_ASM_CRYPTO=0
|
||||
|
|
Loading…
Add table
Reference in a new issue