Skip to content

Commit 70fea43

Browse files
author
Ashlynn Anderson
committed
Move --gc:arc to config.nims
1 parent 9302363 commit 70fea43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Check out the [screenshots on the wiki](https://github.com/codic12/worm/wiki/Scr
1111
Install Nim >= 1.6.0, for example through Choosenim. Clone this repo and run
1212

1313
```
14-
$ nimble build -d:release --gc:arc
14+
$ nimble build -d:release
1515
```
1616
And you should end up with two binaries; strip and use!
1717

config.nims

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
switch("gc", "arc")

0 commit comments

Comments
 (0)