From a631f01cc981773d0756334d95ddb3e8485b2d00 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sat, 18 Jul 2015 22:49:28 +0200 Subject: Adjust MSVC compile flags /FS is needed for parallel builds /bigobj is needed for amalgamation build. Remove explicit setting from appveyor /DEBUG is a parameter, not a precompiler constant Conflicts: src/build-data/cc/msvc.txt --- src/scripts/ci/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/ci/appveyor.yml') diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index df8d4d834..a2fe822a8 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -4,7 +4,7 @@ install: - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 build_script: - - python configure.py --disable-shared --via-amalgamation --cpu=x86_32 --cc=msvc --cc-abi-flags="/bigobj" + - python configure.py --disable-shared --via-amalgamation --cpu=x86_32 --cc=msvc - nmake - botan-test - nmake install -- cgit v1.2.3