From 4bfe75832019b283231f1c4cd5aa184ca8ef09d0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 21 Dec 2017 17:19:09 +0200 Subject: [PATCH] Add -d0 to `b2 headers` on Appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 362fc80..45be832 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,7 +46,7 @@ install: - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\endian - python tools/boostdep/depinst/depinst.py endian - cmd /c bootstrap - - b2 headers + - b2 -d0 headers build: off