Update cc.sh

This commit is contained in:
JustArchi
2018-03-17 17:15:32 +01:00
parent a85ca3b9c3
commit 6a2c1ce01b

2
cc.sh
View File

@@ -45,7 +45,7 @@ if [[ ! -f "$SOLUTION" ]]; then
fi
SETUP_FLAGS=(-c "$CONFIGURATION" -o "$OUT")
BUILD_FLAGS=(--no-restore '/nologo' '/p:LinkDuringPublish=false')
BUILD_FLAGS=(--no-restore '/nologo')
if [[ "$SHARED_COMPILATION" -eq 0 ]]; then
BUILD_FLAGS+=('/p:UseSharedCompilation=false')