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:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-11-14 16:50:37 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-14 16:50:37 +0300
commit0bba45f06edbd67a382711126047d5b535a958af (patch)
tree231f036d72303628907ac734f05819883d1fa5d5 /winconfig.h
parenta5248e5e1179923c1578e15f50753a7468764f75 (diff)
[interp] fix build on windows (#6000)
it was fine on CI, but developers can run into build errors if they don't follow a strict order (due to autotools fighting with `winconfig.h`). `basic.exe` passes, but everything involving native transitions crashes.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winconfig.h b/winconfig.h
index f1f57d6abd0..d2a318fd6e8 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -94,7 +94,7 @@
/* #undef DISABLE_SSA */
/* Disable interpreter */
-#define DISABLE_INTERPRETER 1
+/* #undef DISABLE_INTERPRETER */
/* Enable DTrace probes */
/* #undef ENABLE_DTRACE */