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
cc.sh
View File

@@ -4,7 +4,7 @@ set -eu
BUILD="Release"
CLEAN=0
MONO_ARGS=("--aot" "--desktop" "--llvm" "-O=all")
MONO_ARGS=("--aot" "--llvm" "--server" "-O=all")
XBUILD_ARGS=("/nologo")
BINARIES=("ArchiSteamFarm/bin/Release/ArchiSteamFarm.exe")
SOLUTION="ArchiSteamFarm.sln"