summary refs log tree commit diff stats
path: root/lib/std
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2022-01-17 04:10:35 +0800
committerGitHub <noreply@github.com>2022-01-16 21:10:35 +0100
commit15e3813d96ad5646476b629f3a20ece89dff064d (patch)
treec7173658778b86b2dc3fec3b4c5f2243e6a0374a /lib/std
parentd102b2f54c41f19a0545f28109d0a93550b5d886 (diff)
downloadNim-15e3813d96ad5646476b629f3a20ece89dff064d.tar.gz
add mm to compilesettings; deprecate gc (#19394)
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/compilesettings.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/std/compilesettings.nim b/lib/std/compilesettings.nim
index 5bb0bd673..6d8bd22f4 100644
--- a/lib/std/compilesettings.nim
+++ b/lib/std/compilesettings.nim
@@ -32,7 +32,8 @@ type
     backend           ## the backend (eg: c|cpp|objc|js); both `nim doc --backend:js`
                       ## and `nim js` would imply backend=js
     libPath           ## the absolute path to the stdlib library, i.e. nim's `--lib`, since 1.5.1
-    gc                ## gc selected
+    gc {.deprecated.} ## gc selected
+    mm                ## memory management selected
 
   MultipleValueSetting* {.pure.} = enum ## \
                       ## settings resulting in a seq of string values