test with gh workflows

This commit is contained in:
R4SAS 2020-11-11 16:31:25 +03:00
parent 20e08b827e
commit 97ccf21030
5 changed files with 9 additions and 7 deletions

View file

@ -59,6 +59,6 @@ endif
ifeq ($(USE_AESNI),yes)
ifeq (, $(findstring arm, $(SYS))$(findstring aarch64, $(SYS))) # no arm and aarch64 in dumpmachine
NEEDED_CXXFLAGS += -D__AES__ -maes
NEEDED_CXXFLAGS += -D__AES__
endif
endif