aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 96c3831..df88581 100644
--- a/justfile
+++ b/justfile
@@ -5,7 +5,7 @@ build: fmt
@zig build
run QUERY:
- @zig build run -- {{QUERY}}
+ @zig build run -- --debug-dump-disasm "{{QUERY}}"
test: fmt
@zig build test