Add -d0 to b2 headers on Appveyor

This commit is contained in:
Peter Dimov
2018-09-25 21:32:23 +03:00
parent 2fdcaa3be1
commit ca46976908

View File

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