Add -d0 to b2 headers in appveyor.yml

This commit is contained in:
Peter Dimov
2018-01-21 22:31:37 +02:00
parent 3ee2c53cbf
commit 653f132147

View File

@@ -63,7 +63,7 @@ install:
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system
- python tools/boostdep/depinst/depinst.py system - python tools/boostdep/depinst/depinst.py system
- cmd /c bootstrap - cmd /c bootstrap
- b2 headers - b2 -d0 headers
build: off build: off