Skip to content

Commit 47e05d5

Browse files
authored
Disable peer metrics for ExtOSDep builds
1 parent 17abb58 commit 47e05d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-linux.mk

+1
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ ifeq ($(ZT_ARCHITECTURE),3)
351351
ifeq ($(ZT_EXTOSDEP), 0)
352352
override CFLAGS+=-mfloat-abi=hard -march=armv6zk -marm -mfpu=vfp -mno-unaligned-access -mtp=cp15 -mcpu=arm1176jzf-s
353353
override CXXFLAGS+=-mfloat-abi=hard -march=armv6zk -marm -mfpu=vfp -fexceptions -mno-unaligned-access -mtp=cp15 -mcpu=arm1176jzf-s
354+
else
354355
override DEFS+=-DZT_NO_PEER_METRICS
355356
endif
356357
ZT_USE_ARM32_NEON_ASM_CRYPTO=0

0 commit comments

Comments
 (0)