From cd61d5ae451ecd323ff542ad0af4022285807ea3 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 8 Jun 2024 19:49:03 +0300 Subject: [PATCH] Add --debug-configuration to `b2 headers` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0041fd6..de32fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,7 +269,7 @@ jobs: git submodule update --init tools/boostdep python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY% cmd /c bootstrap - b2 -d0 headers + b2 --debug-configuration headers - name: Run tests shell: cmd