mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
AVX disabled for debuild by patch
This commit is contained in:
parent
8b8007695c
commit
f69884d573
3 changed files with 16 additions and 11 deletions
9
Makefile
9
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue