exclude AESNI option

This commit is contained in:
orignal
2024-12-07 15:27:23 -05:00
parent 65da550d19
commit 48b62340cc
11 changed files with 8 additions and 49 deletions

View File

@@ -29,7 +29,6 @@ DAEMON_SRC_DIR := daemon
# import source files lists
include filelist.mk
USE_AESNI := $(or $(USE_AESNI),yes)
USE_STATIC := $(or $(USE_STATIC),no)
USE_UPNP := $(or $(USE_UPNP),no)
DEBUG := $(or $(DEBUG),yes)