summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-01 18:13:41 -0800
committerJan Kotas <jkotas@microsoft.com>2016-02-01 19:21:37 -0800
commitc52bec686afe4439b2b6c7acc1fe9df21f005b70 (patch)
tree362aa5603630b2987975e3c2170c7418eb3d8fc2 /clr.coreclr.props
parent652ee28c44e94f99a56e3be925f4d70b2344c72a (diff)
downloadcoreclr-c52bec686afe4439b2b6c7acc1fe9df21f005b70.tar.gz
coreclr-c52bec686afe4439b2b6c7acc1fe9df21f005b70.tar.bz2
coreclr-c52bec686afe4439b2b6c7acc1fe9df21f005b70.zip
Fix fallout from enabling profiling
- Compiler optimization assumption invalid: EE expects method to exist: System.StubHelpers.StubHelpers:ProfilerBeginTransitionCallback - Add stubs for ARM
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 2373b7b5c3..77b5791914 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -103,8 +103,6 @@
<FeatureStubsAsIL>true</FeatureStubsAsIL>
- <ProfilingSupportedBuild>false</ProfilingSupportedBuild>
-
<!-- Windows specific features -->
<FeatureWin32Registry>false</FeatureWin32Registry>
<FeatureAppX>false</FeatureAppX>