summary refs log tree commit diff stats
path: root/doc/nimc.rst
diff options
context:
space:
mode:
authorMatt Haggard <haggardii@gmail.com>2019-01-26 04:26:36 -0700
committerAndreas Rumpf <rumpf_a@web.de>2019-01-26 12:26:36 +0100
commit3c106541faf61b6ab370d2d6b176bb19642f17d3 (patch)
treea389140ab11eb069461962eafab20a6eff86aa2a /doc/nimc.rst
parent68dd9be0f527470a9166d22fff01ae7a4152ca70 (diff)
downloadNim-3c106541faf61b6ab370d2d6b176bb19642f17d3.tar.gz
Increase verbosity of logGC (#10449)
* Increase verbosity of logGC

* Remove & c.repr to avoid re-entering the GC
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r--doc/nimc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst
index 4ffb595c0..7c07e09d8 100644
--- a/doc/nimc.rst
+++ b/doc/nimc.rst
@@ -362,6 +362,7 @@ Define                   Effect
 ``useRealtimeGC``        Enables support of Nim's GC for *soft* realtime
                          systems. See the documentation of the `gc <gc.html>`_
                          for further information.
+``logGC``                Enable GC logging to stdout.
 ``nodejs``               The JS target is actually ``node.js``.
 ``ssl``                  Enables OpenSSL support for the sockets module.
 ``memProfiler``          Enables memory profiling for the native GC.