summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-04-10 09:28:38 -0700
committerGitHub <noreply@github.com>2017-04-10 09:28:38 -0700
commit37a68ef73e9bb664a24455e49eda03a876f76efd (patch)
tree12f5bee4a369d4ae354bc49108674b366ec4bf39 /clr.coreclr.props
parented3cf951911d56a4315280253c2056a753c62061 (diff)
downloadcoreclr-37a68ef73e9bb664a24455e49eda03a876f76efd.tar.gz
coreclr-37a68ef73e9bb664a24455e49eda03a876f76efd.tar.bz2
coreclr-37a68ef73e9bb664a24455e49eda03a876f76efd.zip
Delete FEATURE_READYTORUN define for CoreLib build (#10840)
This define does not have much value for the CoreLib build, and it was missing on arm64. Also deleted dead props and targets files left over from the legacy build
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index c72428699b..53c66e2675 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -37,7 +37,6 @@
<FeatureUseAsmGCWriteBarriers>true</FeatureUseAsmGCWriteBarriers>
<!-- Setting this to "false" works only for workstation GC, not server. -->
<FeatureSymDiff>true</FeatureSymDiff>
- <FeatureReadyToRun Condition="'$(TargetArch)'!='arm64'">true</FeatureReadyToRun>
<FeatureClassicCominterop>true</FeatureClassicCominterop>
<FeatureCominterop>true</FeatureCominterop>
<FeatureICastable>true</FeatureICastable>