From: Martin Quinson Date: Mon, 14 Sep 2015 08:07:57 +0000 (+0200) Subject: [appveyor] disable mallocators on windows: they need __sync_lock_test_and_set X-Git-Tag: v3_12~199 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/142e11254b9e6bec2565871535b7b593798a9b5b [appveyor] disable mallocators on windows: they need __sync_lock_test_and_set --- 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: