summaryrefslogtreecommitdiff
path: root/crossgen.cmake
diff options
context:
space:
mode:
authorDavid Mason <davmason@microsoft.com>2019-05-23 00:19:41 -0700
committerGitHub <noreply@github.com>2019-05-23 00:19:41 -0700
commitbbde6ae7dc9f06201c9bcabd49e790632965227e (patch)
treef08ec37769ad15dcfb4101f7f3152320cfafd0af /crossgen.cmake
parent451fd23fa2179fa22c831bcf84edd547bfba5cd9 (diff)
downloadcoreclr-bbde6ae7dc9f06201c9bcabd49e790632965227e.tar.gz
coreclr-bbde6ae7dc9f06201c9bcabd49e790632965227e.tar.bz2
coreclr-bbde6ae7dc9f06201c9bcabd49e790632965227e.zip
Profiler attach over the diagnostics pipe (#24670)
Remove the old windows only profiler attach mechanism and replace it with a cross plat implementation over the diagnostics pipe
Diffstat (limited to 'crossgen.cmake')
-rw-r--r--crossgen.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/crossgen.cmake b/crossgen.cmake
index 1bf84c8a36..27f4b7c922 100644
--- a/crossgen.cmake
+++ b/crossgen.cmake
@@ -17,6 +17,7 @@ remove_definitions(
-DFEATURE_REJIT
-DFEATURE_TIERED_COMPILATION
-DFEATURE_VERSIONING_LOG
+ -DFEATURE_PROFAPI_ATTACH_DETACH
)
if(FEATURE_READYTORUN)