aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2021-02-20 15:50:48 +0100
committerDanielGavin <danielgavin5@hotmail.com>2021-02-20 15:50:48 +0100
commit23415f082147042b1d70c353a26b9735cb2ead2a (patch)
tree59e33fca026d9b74015417589f14bc4512d09b06 /build.sh
parent64cdf23c4d409b31ca53a7d9cd15b01bf20b0021 (diff)
switch to debug mode...
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 958b5af..41e3f73 100644
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,7 @@
#!/bin/sh -x
-odin build src/ -show-timings -microarch:native -collection:shared=src -out:ols -opt:1
+#debug mode is the only version that works on linux right now...
+odin build src/ -show-timings -microarch:native -collection:shared=src -debug -out:ols
+
+#odin build src/ -show-timings -collection:shared=src -out:ols -opt:2
+