From 290c3eacc37a3fe397f7234956edf3bbc1c44589 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 8 Jun 2024 19:57:20 +0300 Subject: [PATCH] Add more b2 debug incantantions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de32fdf..c2cdff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,7 +269,8 @@ jobs: git submodule update --init tools/boostdep python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY% cmd /c bootstrap - b2 --debug-configuration headers + b2 -v + b2 -d+11 --debug-configuration headers - name: Run tests shell: cmd