summaryrefslogtreecommitdiff
path: root/src/inc/switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/switches.h')
-rw-r--r--src/inc/switches.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inc/switches.h b/src/inc/switches.h
index ddf3c5b6ac..be7daafedb 100644
--- a/src/inc/switches.h
+++ b/src/inc/switches.h
@@ -140,8 +140,7 @@
#error "Platform must support either safe thread suspension or GC polling"
#endif
-// GCCoverage has a dependency on msvcdisXXX.dll, which is not available for CoreSystem. Hence, it is disabled for CoreSystem builds.
-#if defined(STRESS_HEAP) && defined(_DEBUG) && defined(FEATURE_HIJACK) && (!defined(FEATURE_CORECLR) || (defined(WIN32) || defined(__LINUX__)) && defined(_TARGET_AMD64_))
+#if defined(STRESS_HEAP) && defined(_DEBUG) && defined(FEATURE_HIJACK)
#define HAVE_GCCOVER
#endif