aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8103d00..4a20064 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ then
#BUG in odin test, it makes the executable with the same name as a folder and gets confused.
cd tests
- odin test ../tests -collection:shared=../src -opt:2
+ odin test ../tests -collection:shared=../src -o:speed
if ([ $? -ne 0 ])
then