stage0-specific changes
This commit is contained in:
@@ -18,18 +18,18 @@ This is written with help from LLM:
|
||||
|
||||
Quick test:
|
||||
|
||||
zig build fmt test
|
||||
zig build fmt-zig0 test-zig0
|
||||
|
||||
Full test and static analysis with all supported compilers and valgrind (run
|
||||
before commit, takes a while):
|
||||
|
||||
zig build -Dvalgrind
|
||||
zig build all-zig0 -Dvalgrind
|
||||
|
||||
# Debugging tips
|
||||
|
||||
Test runs infinitely? Build the test program executable:
|
||||
|
||||
$ zig build test -Dno-exec
|
||||
$ zig build test-zig0 -Dzig0-no-exec
|
||||
|
||||
And then run it, capturing the stack trace:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user