From 6a2c1ce01ba8ceb28e3472f9edd0e377e17f2c72 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 17 Mar 2018 17:15:32 +0100 Subject: [PATCH] Update cc.sh --- cc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc.sh b/cc.sh index b599d72fc..9de2b5d0d 100755 --- a/cc.sh +++ b/cc.sh @@ -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')