Skip to content

Commit 377fc28

Browse files
committed
Test only - disable FEATURE_EVENT_TRACE
1 parent 3b73890 commit 377fc28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/coreclr/clr.featuredefines.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<FeatureCoreCLR>true</FeatureCoreCLR>
4-
<FeatureEventTrace>true</FeatureEventTrace>
4+
<FeatureEventTrace>false</FeatureEventTrace>
55
<FeaturePerfTracing>true</FeaturePerfTracing>
66
<ProfilingSupportedBuild>true</ProfilingSupportedBuild>
77
</PropertyGroup>

src/coreclr/clrfeatures.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif()
44

55
if(NOT DEFINED FEATURE_EVENT_TRACE)
66
# To actually disable FEATURE_EVENT_TRACE, also change clr.featuredefines.props
7-
set(FEATURE_EVENT_TRACE 1)
7+
set(FEATURE_EVENT_TRACE 0)
88
endif(NOT DEFINED FEATURE_EVENT_TRACE)
99

1010
if(NOT DEFINED FEATURE_PERFTRACING AND FEATURE_EVENT_TRACE)

0 commit comments

Comments
 (0)