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>2010-06-24 06:22:43 +0400
committerMiguel de Icaza <miguel@gnome.org>2010-06-24 06:22:43 +0400
commite15bf3b239dc75fae7a61de10d42b6cf3d480861 (patch)
treef25af53bd2ba37fb7b4c3eaa5df4f2dd2bc2487d /README
parent5a4a534327c1a9e57e17a3c3487f122175904476 (diff)
Revert my changes, they break the build
svn path=/trunk/mono/; revision=159474
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 6 insertions, 11 deletions
diff --git a/README b/README
index d3387c592a2..abb03144188 100644
--- a/README
+++ b/README
@@ -172,20 +172,11 @@ This is Mono.
The following are the configuration options that someone
building Mono might want to use:
- --with-sgen=yes,no
-
- Generational GC support: Used to enable or disable the
- compilation of a Mono runtime with the SGen garbage collector.
-
- On platforms that support it, after building Mono, you
- will have both a mono binary and a mono-sgen binary.
- Mono uses Boehm, while mono-sgen uses the Simple
- Generational GC.
--with-gc=[boehm, included, sgen, none]
- Selects the default Boehm garbage collector engine to
- use, the default is the "included" value.
+ Selects the garbage collector engine to use, the
+ default is the "included" value.
included:
This is the default value, and its
@@ -201,6 +192,10 @@ This is Mono.
Boehm GC, but we do not recommend that people
use this, as it disables a few features.
+ sgen:
+ The under-development Generational GC for
+ Mono, do not use this in production.
+
none:
Disables the inclusion of a garbage
collector.