Skip to content

Commit 0aef68a

Browse files
committed
Lets try to build with AESNI support on MSVC
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 89b37c3 commit 0aef68a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ build_script:
3535
ninja
3636
cd..
3737
nmake -f makefile.msvc all
38+
nmake -f makefile.msvc clean
39+
nmake -f makefile.msvc all CFLAGS="/Ox /DUSE_LTM /DLTM_DESC /DLTC_AES_NI /I../libtommath"
3840
test_script:
3941
- cmd: test.exe

0 commit comments

Comments
 (0)