Add -d0 to b2 headers

This commit is contained in:
Peter Dimov
2018-09-22 02:48:01 +03:00
parent 51ab8eecba
commit 557024ae4c

View File

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