Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Jul 16, 2023
1 parent 8bce2f3 commit e09eecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ COMPILATION_MSG="compiling portable version"
VERSION_FLAGS=
else ifeq ($(VERSION), aesni)
COMPILATION_MSG="compiling AES-NI version"
VERSION_FLAGS=-DUSE_AESNI -maes
VERSION_FLAGS=-DUSE_AESNI -D_USE_INTEL_AESNI -maes
else ifeq ($(VERSION), neon)
COMPILATION_MSG="compiling AES aarch64 neon version"
VERSION_FLAGS=-DUSE_ARM_AES -march=armv8-a+crypto
VERSION_FLAGS=-DUSE_ARM_AES -D_USE_ARM_NEON_AES -march=armv8-a+crypto
endif

.PHONY: default environment compile install uninstall encrypt_decrypt randfile checkfile genkeys vig_encrypt_decrypt clean
Expand Down

0 comments on commit e09eecc

Please sign in to comment.