From 62a5cab38ee484add83f7647d4ec707cdb98e638 Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Thu, 4 Jun 2026 10:52:05 +0100 Subject: [PATCH] added thread-count --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 545ceaf..0411ca8 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/bash set -xe -odin build . -no-bounds-check -o:speed +odin build . -no-bounds-check -o:speed -thread-count:6