We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9302363 commit 70fea43Copy full SHA for 70fea43
README.md
@@ -11,7 +11,7 @@ Check out the [screenshots on the wiki](https://github.com/codic12/worm/wiki/Scr
11
Install Nim >= 1.6.0, for example through Choosenim. Clone this repo and run
12
13
```
14
-$ nimble build -d:release --gc:arc
+$ nimble build -d:release
15
16
And you should end up with two binaries; strip and use!
17
config.nims
@@ -0,0 +1 @@
1
+switch("gc", "arc")
0 commit comments