From 70fea43cb8159922b62ec9502a57c5c6ff53e58f Mon Sep 17 00:00:00 2001 From: Ashlynn Anderson Date: Sun, 27 Mar 2022 23:39:16 -0400 Subject: [PATCH] Move --gc:arc to config.nims --- README.md | 2 +- config.nims | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 config.nims diff --git a/README.md b/README.md index 39fac69..01ef905 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/config.nims b/config.nims new file mode 100644 index 0000000..29610b5 --- /dev/null +++ b/config.nims @@ -0,0 +1 @@ +switch("gc", "arc")