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>2009-05-09 23:21:28 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-09 23:21:28 +0400
commit9aa41aa229e14fca2afd979e2080882948c251db (patch)
treee6ef1a7bb19afeddcb899081496db2ef5981980a /README
parent3fffe7c9f2c92781c43809e1f7282b09fce87b0b (diff)
Document
svn path=/trunk/mono/; revision=133832
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 4b51d32476a..e3a38653c31 100644
--- a/README
+++ b/README
@@ -366,6 +366,11 @@ This is Mono.
disabling this will drop support for any
libraries using DllImport.
+ portability:
+ Removes support for MONO_IOMAP, the environment
+ variables for simplifying porting applications that
+ are case-insensitive and that mix the Unix and Windows path separators.
+
profiler:
Disables support for the default profiler.
@@ -377,6 +382,11 @@ This is Mono.
assemblies (AssemblyBuilderAccess.Save) in
System.Reflection.Emit.
+ shadow_copy:
+ Disables support for AppDomain's shadow copies
+ (you can disable this if you do not plan on
+ using appdomains).
+
simd:
Disables support for the Mono.SIMD intrinsics
library.