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-08 03:03:19 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-08 03:03:19 +0300
commit4e01b276ae02f07fa831282d7ebbfb130534cafe (patch)
tree110e745edcfd16bad93586de5a45c2dfc11e2d56 /winconfig.h
parenta62a7e7e9697a16c6c0fc2c2dc8e206e599e7e15 (diff)
[interp] enable it by default in configure (#5925)
* [interp] enable it by default in configure can be disabled via --enable-minimal=interpreter, like other components in the runtime. * [interp] use DISABLE_INTERPRETER in Makefile.am.in so it is closer to what we had before * [interp] improve handling of interpreter flag and also check if we are on a cross-compile runtime * [configure] add interpreter to the list of --enable-minimal * [ci] remove --enable-interpreter from script * [windows] disable interpreter for now * [driver] add output about availabilty of interpreter in --version * [man] add entry to mono.1 about --interpreter * [driver] update --interpreter handling
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 00edfeec2f7..f1f57d6abd0 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -93,6 +93,9 @@
/* Disable advanced SSA JIT optimizations */
/* #undef DISABLE_SSA */
+/* Disable interpreter */
+#define DISABLE_INTERPRETER 1
+
/* Enable DTrace probes */
/* #undef ENABLE_DTRACE */