summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-04-29 10:39:59 -0700
committerJan Kotas <jkotas@microsoft.com>2015-04-29 10:39:59 -0700
commit92d034f2a635330687ecd3add26d4cd4221b4620 (patch)
treef447c54e56636eb45182aa19189a763c12981b41 /clr.coreclr.props
parenta5adab2af7da4ca16995e8d8a48e81a56004913d (diff)
downloadcoreclr-92d034f2a635330687ecd3add26d4cd4221b4620.tar.gz
coreclr-92d034f2a635330687ecd3add26d4cd4221b4620.tar.bz2
coreclr-92d034f2a635330687ecd3add26d4cd4221b4620.zip
Fix build break
[tfs-changeset: 1462132]
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props4
1 files changed, 3 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 931a62c526..dab09b8564 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -50,7 +50,7 @@
<FeatureXPlatDacDebugging_HostWindowsAMD64 Condition="'$(TargetArch)' == 'amd64' or '$(TargetArch)' == 'arm64'">true</FeatureXPlatDacDebugging_HostWindowsAMD64>
<FeatureXPlatDacDebugging_HostOneCorex86 Condition="'$(TargetArch)' == 'i386' or '$(TargetArch)' == 'arm'">true</FeatureXPlatDacDebugging_HostOneCorex86>
<FeatureXPlatDacDebugging_HostOneCoreAMD64 Condition="'$(TargetArch)' == 'amd64'">true</FeatureXPlatDacDebugging_HostOneCoreAMD64>
- <ProfilingSupportedBuild Condition="'$(TargetsWindows)' == 'true'">true</ProfilingSupportedBuild>
+ <ProfilingSupportedBuild>true</ProfilingSupportedBuild>
<FeatureUseAsmGCWriteBarriers>true</FeatureUseAsmGCWriteBarriers>
<!-- Setting this to "false" works only for workstation GC, not server. -->
<FeatureSymDiff>true</FeatureSymDiff>
@@ -99,6 +99,8 @@
<FeatureStubsAsIL>true</FeatureStubsAsIL>
+ <ProfilingSupportedBuild>false</ProfilingSupportedBuild>
+
<!-- UNIXTODO Enable randomized string hashing -->
<FeatureRandomizedStringHashing>false</FeatureRandomizedStringHashing>