CI: --debug-maker in ci/x86_64-linux-debug-llvm.sh

in case any build system bugs are introduced this will make it quicker
to find the cause.
This commit is contained in:
Andrew Kelley
2026-05-23 12:16:42 -07:00
parent fa7433a924
commit e7546f8dfd
+1
View File
@@ -49,6 +49,7 @@ stage3-debug/bin/zig build \
-Dno-lib
stage3-debug/bin/zig build test docs \
--debug-maker \
--maxrss ${ZSF_MAX_RSS:-0} \
-Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \
-Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \