We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b73890 commit 377fc28Copy full SHA for 377fc28
src/coreclr/clr.featuredefines.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<FeatureCoreCLR>true</FeatureCoreCLR>
4
- <FeatureEventTrace>true</FeatureEventTrace>
+ <FeatureEventTrace>false</FeatureEventTrace>
5
<FeaturePerfTracing>true</FeaturePerfTracing>
6
<ProfilingSupportedBuild>true</ProfilingSupportedBuild>
7
</PropertyGroup>
src/coreclr/clrfeatures.cmake
@@ -4,7 +4,7 @@ endif()
if(NOT DEFINED FEATURE_EVENT_TRACE)
# To actually disable FEATURE_EVENT_TRACE, also change clr.featuredefines.props
- set(FEATURE_EVENT_TRACE 1)
+ set(FEATURE_EVENT_TRACE 0)
8
endif(NOT DEFINED FEATURE_EVENT_TRACE)
9
10
if(NOT DEFINED FEATURE_PERFTRACING AND FEATURE_EVENT_TRACE)
0 commit comments