Removed back

This commit is contained in:
Synthasmagoria 2026-08-30 21:48:36 +02:00
commit 5b0cdd5978
16 changed files with 1 additions and 1319 deletions

View file

@ -10,7 +10,7 @@ if [[ -v 1 ]]; then
ODIN_FLAGS="-debug"
elif [ "$1" = "RELEASE" ]; then
# unsure if this will work
ODIN_FLAGS="-o:size"
ODIN_FLAGS="-o:minimal"
else
echo "Usage: <script> <DEBUG/RELEASE>"
exit 1