Mono: Prefer more aggressive GC

This commit is contained in:
JustArchi
2016-06-01 22:43:11 +02:00
parent 2b5b38aa07
commit f406034c63
5 changed files with 5 additions and 5 deletions

2
run.sh
View File

@@ -3,7 +3,7 @@ set -eu
BUILD="Release"
MONO_ARGS=("--llvm" "--server" "-O=all")
MONO_ARGS=("--desktop" "--llvm" "-O=all")
PRINT_USAGE() {
echo "Usage: $0 [debug/release]"