revert x86 define check, modify makefiles

This commit is contained in:
R4SAS 2020-11-11 02:56:21 +03:00
parent eab9a07e3f
commit 600c7b5b26
8 changed files with 87 additions and 110 deletions

View file

@ -53,7 +53,7 @@ ifeq ($(USE_WINXP_FLAGS), yes)
endif
ifeq ($(USE_AESNI),yes)
CPU_FLAGS += -maes
CXXFLAGS += -D__AES__
endif
ifeq ($(USE_ASLR),yes)