Allow custom flags for intrinsic AES
This commit is contained in:
parent
9ec01f3f86
commit
3a916f6a0b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
CPPFLAGS = -maes -Ofast
|
||||
CPPFLAGS ?= -Ofast
|
||||
CPPFLAGS := -maes $(CPPFLAGS)
|
||||
|
||||
BUILD_DIR = bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue