summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorMichal Strehovský <michals@microsoft.com>2018-01-24 12:21:21 +0100
committerMichal Strehovský <michals@microsoft.com>2018-01-24 12:21:21 +0100
commit5b5dca3254e968de60524621c10fec3fd5dc3bd0 (patch)
treec706619a03fd3e0f344484aa3cdfa8a3823aef7c /clrdefinitions.cmake
parent4b97514dded6daf278b34f6bb5154068070d74d5 (diff)
downloadcoreclr-5b5dca3254e968de60524621c10fec3fd5dc3bd0.tar.gz
coreclr-5b5dca3254e968de60524621c10fec3fd5dc3bd0.tar.bz2
coreclr-5b5dca3254e968de60524621c10fec3fd5dc3bd0.zip
Disable the default interface methods feature
This feature is not shipping in 2.1.
Diffstat (limited to 'clrdefinitions.cmake')
-rw-r--r--clrdefinitions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake
index 4216e8ed20..a5ad5198dc 100644
--- a/clrdefinitions.cmake
+++ b/clrdefinitions.cmake
@@ -2,7 +2,7 @@ include(clrfeatures.cmake)
# If set, indicates that this is not an officially supported release
# Keep in sync with IsPrerelease in dir.props
-set(PRERELEASE 1)
+set(PRERELEASE 0)
# Features we're currently flighting, but don't intend to ship in officially supported releases
if (PRERELEASE)