aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryuukk <44361234+ryuukk@users.noreply.github.com>2023-06-24 16:16:16 +0200
committerGitHub <noreply@github.com>2023-06-24 16:16:16 +0200
commitf93560e1ede684a2ea0843186a704ad8a8aeabc2 (patch)
tree9ad4e851c39ff34100f0598674b7490680116c8d
parent7365253eb458c17b09b672fb4636ae91ff9c0b25 (diff)
Improve build time
-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