From 3252771e567ea0c8a0751c775b74df669344db01 Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Tue, 2 Jun 2026 22:24:46 +0100 Subject: [PATCH] added fast build script --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..545ceaf --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -xe + +odin build . -no-bounds-check -o:speed