Document Coop mode in README
[mono.git] / README.md
index 96559ab5c34307f3b10e964dfd4ce67b465ae4cc..f8f05423a34b47d191f090f7dc41724ff8197657 100644 (file)
--- a/README.md
+++ b/README.md
@@ -194,6 +194,13 @@ Disables the inclusion of a garbage collector.
 
   * This defaults to `included`.
 
+* `--with-cooperative-gc`
+
+  * If you pass this flag the Mono runtime is configured to only use
+  the cooperative mode of the garbage collector.  If you do not pass
+  this flag, then you can control at runtime the use of the
+  cooperative GC mode by setting the `MONO_ENABLE_COOP` flag.
+  
 * `--with-tls=__thread,pthread`
 
   * Controls how Mono should access thread local storage,