Unify mono params

This commit is contained in:
JustArchi
2016-09-12 20:52:30 +02:00
parent 11d4430bbc
commit 4d6f2811bb
6 changed files with 8 additions and 6 deletions

2
run.sh
View File

@@ -6,7 +6,7 @@ BUILD="Release"
UNTIL_CLEAN_EXIT=0
ASF_ARGS=("")
MONO_ARGS=("--llvm" "--server" "-O=all")
MONO_ARGS=("")
PRINT_USAGE() {
echo "Usage: $0 [--until-clean-exit] [--cryptkey=] [--path=] [--server] [debug/release]"