mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* (1/3) cleanup : use $CXXFLAGS instead $CPU_FLAGS
This commit is contained in:
parent
bc0f0e96a3
commit
4e94bc9efc
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ ifeq ($(USE_AESNI),yes)
|
|||
ifeq ($(IS_64),1)
|
||||
#check if AES-NI is supported by CPU
|
||||
ifneq ($(shell grep -c aes /proc/cpuinfo),0)
|
||||
CPU_FLAGS = -maes -DAESNI
|
||||
CXXFLAGS += -maes -DAESNI
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue