use AES-NI on osx by default

This commit is contained in:
R4SAS 2020-11-13 19:00:36 +03:00
parent 1adaa50c65
commit 7b23815a26
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ ifeq ($(USE_UPNP),yes)
endif
ifeq ($(USE_AESNI),yes)
CXXFLAGS += -D__AES__
CXXFLAGS += -D__AES__ -maes
else
CXXFLAGS += -msse
endif