Removed back
This commit is contained in:
parent
94e9860a25
commit
5b0cdd5978
16 changed files with 1 additions and 1319 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue