compiler optimization output

This commit is contained in:
2026-02-12 18:27:19 -06:00
parent 89e34ba71d
commit 5c9403a43b
6 changed files with 445 additions and 1 deletions

View File

@@ -78,12 +78,13 @@ pit build
### pit test
Run tests.
Run tests. See [Testing](/docs/testing/) for the full guide.
```bash
pit test # run tests in current package
pit test all # run all tests
pit test <package> # run tests in specific package
pit test suite --verify --diff # with IR verification and differential testing
```
### pit link