Add -d0 to b2 headers on Appveyor

This commit is contained in:
Peter Dimov 2017-12-23 12:01:03 +02:00
parent 5f535a151c
commit 51f7f7f53e

View File

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