From 653f132147c2bde0757090d6705698ec98669ded Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 21 Jan 2018 22:31:37 +0200 Subject: [PATCH] Add -d0 to `b2 headers` in appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 23f9cc6..87300da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,11 +63,11 @@ install: - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system - python tools/boostdep/depinst/depinst.py system - cmd /c bootstrap - - b2 headers + - b2 -d0 headers build: off test_script: - PATH=%ADDPATH%%PATH% - if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD% - - b2 -j 3 libs/system/test toolset=%TOOLSET% %CXXSTD% + - b2 -j3 libs/system/test toolset=%TOOLSET% %CXXSTD%