Add -d0 to b2 headers on Appveyor

This commit is contained in:
Peter Dimov
2017-12-21 17:19:09 +02:00
parent b5a79243a2
commit 4bfe758320

View File

@ -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