mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 14:56:33 +00:00
Disable peer metrics for ExtOSDep builds
This commit is contained in:
parent
17abb58651
commit
47e05d5a23
@ -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…
x
Reference in New Issue
Block a user