add optimize flag for faster code

This commit is contained in:
2026-02-02 11:10:47 +01:00
parent cc911f28df
commit 425bf2ec12

View File

@@ -31,7 +31,7 @@
mkdir -p output
echo "Building Odin GA..."
odin build src -out:ga
odin build src -out:ga -o:speed
echo "Running GA..."
./ga