mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Lets try to build with AESNI support on MSVC
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
89b37c3606
commit
0aef68af83
1 changed files with 2 additions and 0 deletions
|
|
@ -35,5 +35,7 @@ build_script:
|
|||
ninja
|
||||
cd..
|
||||
nmake -f makefile.msvc all
|
||||
nmake -f makefile.msvc clean
|
||||
nmake -f makefile.msvc all CFLAGS="/Ox /DUSE_LTM /DLTM_DESC /DLTC_AES_NI /I../libtommath"
|
||||
test_script:
|
||||
- cmd: test.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue