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-08-07 22:35:48 +0300
committerGitHub <noreply@github.com>2018-08-07 22:35:48 +0300
commit413a185f4c26175d32cb103e62ea388bd6b6088b (patch)
treeacb8f30768dd728d8c0f2409403d714ff720785e /winconfig.h
parentbcd3b53f04e2957ddd9bd9f1db26fbbde781f378 (diff)
parent65582de451bf6ec87458a2ecd3fd35d6ce671bb3 (diff)
Merge pull request #8654 from alexanderkyte/enable_linux_dumping
Enable mono-state-based telemetry for crashing on CI
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 b8f18bf1c4a..178fb008947 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 */