Disable faster x64 crypto mode for IA32 builds

This commit is contained in:
Joseph Henry 2021-11-05 19:38:11 -07:00
parent c7109c646a
commit 62ce6e6a60

View File

@ -250,6 +250,9 @@ ifeq ($(ZT_IA32),1)
override LDFLAGS+=-m32
override CFLAGS+=-m32
override CXXFLAGS+=-m32
# Prevent the use of X64 crypto
ZT_USE_X64_ASM_SALSA=0
ZT_USE_X64_ASM_ED25519=0
endif
# Disable software updates by default on Linux since that is normally done with package management