Linker optimizations (#633)

* Initial linker optimizations

* Fix Windows build
This commit is contained in:
Łukasz Domeradzki
2017-08-31 07:30:09 +02:00
committed by GitHub
parent bf89ba7638
commit 197539f353
5 changed files with 41 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ script:
publish() {
if [ "$1" = 'generic' ]; then
dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -o "out/${1}" --no-restore /nologo
dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -o "out/${1}" --no-restore /nologo /p:LinkDuringPublish=false
else
dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -o "out/${1}" -r "$1" --no-restore /nologo
fi