summaryrefslogtreecommitdiff
path: root/src/inc/switches.h
diff options
context:
space:
mode:
authorMaoni0 <@>2016-04-21 14:45:04 -0700
committerMaoni0 <@>2016-04-21 14:45:04 -0700
commit5c2a2ce481d29ab7c1e4983a10fa092b93f5bcce (patch)
treedb3eae29a26d9e0481594872f41481236b097ca9 /src/inc/switches.h
parent354b777f798cd5ebb85894a721f5bb4c1e9b49f5 (diff)
downloadcoreclr-5c2a2ce481d29ab7c1e4983a10fa092b93f5bcce.tar.gz
coreclr-5c2a2ce481d29ab7c1e4983a10fa092b93f5bcce.tar.bz2
coreclr-5c2a2ce481d29ab7c1e4983a10fa092b93f5bcce.zip
enable heap verification for coreclr on all builds
Diffstat (limited to 'src/inc/switches.h')
-rw-r--r--src/inc/switches.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/inc/switches.h b/src/inc/switches.h
index 5d9edf3b7a..fb341f1063 100644
--- a/src/inc/switches.h
+++ b/src/inc/switches.h
@@ -14,10 +14,7 @@
#define STRESS_THREAD
#endif
-// On CoreCLR, define VERIFY_HEAP only in debug builds
-#if defined(_DEBUG) || !defined(FEATURE_CORECLR)
#define VERIFY_HEAP
-#endif
#define GC_CONFIG_DRIVEN