commit 442236ec58071784133b35889b3139891a8e2549 parent 54507360a304203783907b52cc824f906ac3d9da Author: Walther Chen <walther.chen@gmail.com> Date: Wed, 9 Nov 2022 23:49:02 -0500 update readme Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -17,7 +17,7 @@ stages: zig build <stage> -Drelease-fast -- <bf-source-file> ``` -There's also a flag to enable tracing `-Dtrace`, and some fixtures to try in `./fixtures`. So one example run would be: +There's also a flag to enable tracing of instructions `-Dtrace`, and some fixtures to try in `./fixtures`. So one example run would be: ``` zig build opt1 -Drelease-fast -Dtrace -- fixtures/mandelbrot.bf