We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18524ac commit e98e9caCopy full SHA for e98e9ca
1 file changed
justfile
@@ -6,3 +6,7 @@ run: zig-fmt
6
7
test: zig-fmt
8
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