From ca4697690825b750067877bf953d1c65e71cb8e4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 25 Sep 2018 21:32:23 +0300 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 7c73191..15fb16c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ install: - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\throw_exception - python tools/boostdep/depinst/depinst.py throw_exception - cmd /c bootstrap - - b2 headers + - b2 -d0 headers build: off