summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorRama <ramarag@microsoft.com>2015-10-12 16:09:40 -0700
committerRama <ramarag@microsoft.com>2015-10-21 18:33:41 -0700
commit9b7b565f952d6f34bc75236b4d9d71954bb65017 (patch)
tree2a00eb6e80871b08c1e573aaa1bdb098046a8f73 /clr.coreclr.props
parente9f018f94407e80c3ed76f227717deac70cc85f7 (diff)
downloadcoreclr-9b7b565f952d6f34bc75236b4d9d71954bb65017.tar.gz
coreclr-9b7b565f952d6f34bc75236b4d9d71954bb65017.tar.bz2
coreclr-9b7b565f952d6f34bc75236b4d9d71954bb65017.zip
Enable EventSource Logging in Linux via Lttng
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 819fd6f829..2373b7b5c3 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -94,6 +94,10 @@
<FeatureSvrGc Condition="'$(TargetArch)' != 'arm'">true</FeatureSvrGc>
</PropertyGroup>
+ <PropertyGroup Condition="'$(TargetsLinux)' == 'true'">
+ <FeatureXplatEventSource>true</FeatureXplatEventSource>
+ </PropertyGroup>
+
<PropertyGroup Condition="'$(TargetsUnix)' == 'true'">
<FeaturePal>true</FeaturePal>