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
path: root/README
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-06-09 08:46:08 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-06-09 08:46:08 +0400
commit1ef0d21f4b28c04f0cd3c419c43e8711a1a3817c (patch)
treecf3705902088a7f080874ccb0f3c955b66db52aa /README
parent440d8439cd245d5f13a37796f76600c880ba9687 (diff)
Update README
svn path=/trunk/mono/; revision=105285
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 25 insertions, 1 deletions
diff --git a/README b/README
index d4f3e921c67..188ca1ad94a 100644
--- a/README
+++ b/README
@@ -224,7 +224,7 @@ This is Mono.
systems do not support this feature, or you might want
to override the auto-detection.
- --with-static-mono=yes,no
+ --with-static_mono=yes,no
This controls whether `mono' should link against a
static library (libmono.a) or a shared library
@@ -352,6 +352,30 @@ This is Mono.
allow Mono to run any 2.0 libraries or
code that contains generics.
+ --enable-big-arrays
+
+ This enables the use arrays whose indexes are larger
+ than Int32.MaxValue.
+
+ By default Mono has the same limitation as .NET on
+ Win32 and Win64 and limits array indexes to 32-bit
+ values (even on 64-bit systems).
+
+ In certain scenarios where large arrays are required,
+ you can pass this flag and Mono will be built to
+ support 64-bit arrays.
+
+ This is not the default as it breaks the C embedding
+ ABI that we have exposed through the Mono development
+ cycle.
+
+ --enable-dtrace
+
+ On Solaris and MacOS X builds a version of the Mono
+ runtime that contains DTrace probes and can
+ participate in the system profiling using DTrace.
+
+
--disable-dev-random
Mono uses /dev/random to obtain good random data for