Mono: Prefer performance over memory

Every user can further fine-tune it however he wishes with https://github.com/JustArchi/ArchiSteamFarm/wiki/Low-memory-setup
This commit is contained in:
JustArchi
2016-06-03 00:16:31 +02:00
parent aa9d78af95
commit 85dea3ab70
4 changed files with 4 additions and 4 deletions

2
run.sh
View File

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