Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@gmail.com>2018-05-10 06:20:16 +0300
committerAlexander Kyte <alkyte@microsoft.com>2018-07-30 21:38:19 +0300
commit1d4f4ac1b8b846ab1744468d373eec74c869a698 (patch)
tree9255f8af2e58c6cc3c38853d79f3319ef94b0682 /winconfig.h
parent57be17b069fbd35d90d036140a31085401b8e6cf (diff)
Revert "[runtime] Make unhandled state dumper OSX-specific"
This reverts commit f72d9b05296e28ca2a9763d21def7c20e0d97905.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index 24a29a399a6..0af0a4c3001 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -83,6 +83,9 @@
/* Disable support debug logging */
/* #undef DISABLE_LOGGING */
+/* Disable runtime state dumping */
+#define DISABLE_CRASH_REPORTING 1
+
/* Disable P/Invoke support */
/* #undef DISABLE_PINVOKE */