summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-24 20:14:01 +0800
committerGitHub <noreply@github.com>2022-09-24 20:14:01 +0800
commit30bd75e459eb52eb043071d91e333fcb3abacf15 (patch)
tree5761e4750e2ee18abe479ff635a6273496717274 /compiler
parent37ca97dd76c8e02228338c68aa3c5aed03074ed2 (diff)
downloadNim-30bd75e459eb52eb043071d91e333fcb3abacf15.tar.gz
continue booting the compiler with refc (#20421)
* continue boot the compiler with refc

* koch

* use `gc:refc`
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nim.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg
index 853a657b3..5e8471f70 100644
--- a/compiler/nim.cfg
+++ b/compiler/nim.cfg
@@ -6,6 +6,7 @@ define:booting
 define:nimcore
 define:nimPreviewFloatRoundtrip
 define:nimPreviewSlimSystem
+gc:refc
 
 #import:"$projectpath/testability"