From 82ac3d0de5da9ddfd82bd8834cb01337207a5fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ferdinand=20Rivera=20Morell?= Date: Wed, 30 Apr 2025 07:00:23 -0500 Subject: [PATCH] Add B2 output to debug builds. --- .github/workflows/slow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slow.yml b/.github/workflows/slow.yml index 68755972..9d5bc126 100644 --- a/.github/workflows/slow.yml +++ b/.github/workflows/slow.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true env: - B2_OPTS: -q -j2 warnings-as-errors=on + B2_OPTS: -d+2 -q -j2 warnings-as-errors=on UBSAN_OPTIONS: print_stacktrace=1 LSAN_OPTIONS: verbosity=1:log_threads=1 ASAN_OPTIONS: detect_leaks=1:detect_stack_use_after_return=1