Skip to content

Commit

Permalink
Move --gc:arc to config.nims
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashlynn Anderson committed Mar 28, 2022
1 parent 9302363 commit 70fea43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Check out the [screenshots on the wiki](https://github.com/codic12/worm/wiki/Scr
Install Nim >= 1.6.0, for example through Choosenim. Clone this repo and run

```
$ nimble build -d:release --gc:arc
$ nimble build -d:release
```
And you should end up with two binaries; strip and use!

Expand Down
1 change: 1 addition & 0 deletions config.nims
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
switch("gc", "arc")

0 comments on commit 70fea43

Please sign in to comment.