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 644d308..8845ed6 100755
--- a/build.sh
+++ b/build.sh
@@ -59,7 +59,7 @@ then
fi
if [[ $1 == "debug" ]]
then
- odin build src/ -collection:shared=src -out:ols -debug
+ odin build src/ -collection:shared=src -out:ols -use-separate-modules -debug
exit 0
fi