From 142e11254b9e6bec2565871535b7b593798a9b5b Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 14 Sep 2015 10:07:57 +0200 Subject: [PATCH] [appveyor] disable mallocators on windows: they need __sync_lock_test_and_set --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 68e80eed64..88a8ae3f6c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,8 +21,8 @@ environment: BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib build_script: -- if [%PLATFORM%]==[Win32] cmake -G "Visual Studio 14 2015" -Denable_smpi=OFF . -- if [%PLATFORM%]==[x64] cmake -G "Visual Studio 14 2015 Win64" -Denable_smpi=OFF . +- if [%PLATFORM%]==[Win32] cmake -G "Visual Studio 14 2015" -Denable_smpi=OFF -Denable_mallocators=OFF . +- if [%PLATFORM%]==[x64] cmake -G "Visual Studio 14 2015 Win64" -Denable_smpi=OFF -Denable_mallocators=OFF . - msbuild ALL_BUILD.vcxproj /verbosity:normal test_script: -- 2.20.1