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:
authorAndreia Gaita <shana@jitted.com>2010-12-17 21:27:11 +0300
committerAndreia Gaita <shana@jitted.com>2010-12-17 21:27:42 +0300
commit68032088ce1a84d67c221e8a26ee041da233ba14 (patch)
tree6b35638b60d718556856217f2d6e27dcda254b46 /README
parentdb5d050444932ab335316cadb1de338ef5cc46f0 (diff)
Document the new --with-moon-gc flag on the README
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index ccfd67d4cfd..e16228e9238 100644
--- a/README
+++ b/README
@@ -305,6 +305,21 @@ This is Mono.
System.dll, System.Code.dll and System.Xml.Core.dll) and turn
on the LINQ extensions for the compiler.
+ --with-moon-gc=boehm,sgen
+
+ Select the GC to use for Moonlight.
+
+ boehm:
+ Selects the Boehm Garbage Collector, with the same flags
+ as the regular Mono build. This is the default.
+
+ sgen:
+ Selects the new SGen Garbage Collector, which provides
+ Generational GC support, using the same flags as the
+ mono-sgen build.
+
+ This defaults to `boehm'.
+
--with-libgdiplus=installed,sibling,<path>
This is used to configure where should Mono look for