Skip to content

Commit e98e9ca

Browse files
committed
Chore: add a build flag
1 parent 18524ac commit e98e9ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ run: zig-fmt
66

77
test: zig-fmt
88
zig build test --summary all
9+
10+
# build for my laptop
11+
build: zig-fmt
12+
zig build --release=fast -Dcpu=znver1 -Dtarget=x86_64-linux

0 commit comments

Comments
 (0)