summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2017-06-02 12:08:18 -0700
committerGitHub <noreply@github.com>2017-06-02 12:08:18 -0700
commit450237b03534fca21f08cd295289b0ba275629e3 (patch)
tree247653b4a53614e618cac66a4a85247b6b2f1adb /build.sh
parentadaaa2e65127660166b7d2a3454e154f61f8218f (diff)
parent0597a34b570d359d34a03c74e1007025c43ae7e8 (diff)
downloadcoreclr-450237b03534fca21f08cd295289b0ba275629e3.tar.gz
coreclr-450237b03534fca21f08cd295289b0ba275629e3.tar.bz2
coreclr-450237b03534fca21f08cd295289b0ba275629e3.zip
Merge pull request #11699 from swgillespie/local-gc-branch-merge
Integration from dev/local-gc into master
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 4e3508de69..478a6c3f52 100755
--- a/build.sh
+++ b/build.sh
@@ -808,7 +808,7 @@ while :; do
fi
;;
buildstandalonegc)
- __cmakeargs="-DFEATURE_STANDALONE_GC=1"
+ __cmakeargs="-DFEATURE_STANDALONE_GC=1 -DFEATURE_STANDALONE_GC_ONLY=1"
;;
msbuildonunsupportedplatform)
__msbuildonunsupportedplatform=1