Browse Source

Lets try to build with AESNI support on MSVC

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel 1 week ago
parent
commit
0aef68af83
1 changed files with 2 additions and 0 deletions
  1. 2 0
      appveyor.yml

+ 2 - 0
appveyor.yml

@@ -35,5 +35,7 @@ build_script:
       ninja
       ninja
       cd..
       cd..
       nmake -f makefile.msvc all
       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:
 test_script:
 - cmd: test.exe
 - cmd: test.exe