mirror of https://github.com/AxioDL/nod.git
added -maes flag to aes.c
This commit is contained in:
parent
fea6b496a6
commit
a3c87ef06b
|
@ -10,3 +10,4 @@ add_library(NOD
|
||||||
NOD.cpp
|
NOD.cpp
|
||||||
WideStringConvert.cpp
|
WideStringConvert.cpp
|
||||||
${NOD_HEADERS})
|
${NOD_HEADERS})
|
||||||
|
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)
|
||||||
|
|
Loading…
Reference in New Issue