summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorManu <manu-silicon@users.noreply.github.com>2016-03-28 10:47:28 +0900
committerManu <manu-silicon@users.noreply.github.com>2016-04-19 14:46:49 +0900
commit5c6abe0694a33c245680ec48d36e1fc031798250 (patch)
tree67f212e51f485a4f3d18b2f9e7314cb71a3f1217 /clr.coreclr.props
parent87ce0d9914c5f4dc8c2c0e3b8ce4dba7e2b2f1ab (diff)
downloadcoreclr-5c6abe0694a33c245680ec48d36e1fc031798250.tar.gz
coreclr-5c6abe0694a33c245680ec48d36e1fc031798250.tar.bz2
coreclr-5c6abe0694a33c245680ec48d36e1fc031798250.zip
Enable XplatEventLogger on all non-Windows platforms
Because on non-Windows platform, we assume event tracing, we also requires it to compile native code for non-Windows platform. Event tracing is only enabled on AMD64 devices for now on Unix platforms.
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props5
1 files changed, 1 insertions, 4 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index d42b9f442f..7e9099faec 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -84,12 +84,9 @@
<FeatureSvrGc Condition="'$(TargetArch)' != 'arm'">true</FeatureSvrGc>
</PropertyGroup>
- <PropertyGroup Condition="'$(TargetsLinux)' == 'true'">
- <FeatureXplatEventSource>true</FeatureXplatEventSource>
- </PropertyGroup>
-
<PropertyGroup Condition="'$(TargetsUnix)' == 'true'">
<FeaturePal>true</FeaturePal>
+ <FeatureXplatEventSource>true</FeatureXplatEventSource>
<FeatureStubsAsIL>true</FeatureStubsAsIL>