AVX disabled for debuild by patch

This commit is contained in:
r4sas 2016-12-18 16:20:53 +03:00
parent 8b8007695c
commit f69884d573
3 changed files with 16 additions and 11 deletions

View file

@ -9,10 +9,11 @@ DEPS := obj/make.dep
include filelist.mk
USE_AESNI := yes
USE_STATIC := no
USE_MESHNET := no
USE_UPNP := no
USE_AESNI := yes
USE_AVX := yes
USE_STATIC := no
USE_MESHNET := no
USE_UPNP := no
ifeq ($(WEBSOCKETS),1)
NEEDED_CXXFLAGS += -DWITH_EVENTS