diff options
author | David Mason <davmason@microsoft.com> | 2019-05-23 00:19:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-23 00:19:41 -0700 |
commit | bbde6ae7dc9f06201c9bcabd49e790632965227e (patch) | |
tree | f08ec37769ad15dcfb4101f7f3152320cfafd0af /dac.cmake | |
parent | 451fd23fa2179fa22c831bcf84edd547bfba5cd9 (diff) | |
download | coreclr-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 'dac.cmake')
-rw-r--r-- | dac.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,5 +4,9 @@ add_definitions(-DDACCESS_COMPILE) if(WIN32) add_definitions(-MT) endif(WIN32) + remove_definitions(-DPROFILING_SUPPORTED) add_definitions(-DPROFILING_SUPPORTED_DATA) + +remove_definitions(-DFEATURE_PROFAPI_ATTACH_DETACH) +add_definitions(-DDATA_PROFAPI_ATTACH_DETACH) |