about summary refs log tree commit diff stats
path: root/nim.cfg
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-02-06 23:10:15 +0100
committerbptato <nincsnevem662@gmail.com>2024-02-06 23:14:49 +0100
commit0beb8385d88c20efbd00b7f9e6ac57bf19a109c7 (patch)
tree8e79b4fbbab418383c45f6d4459eca3ef0cf4bb3 /nim.cfg
parentcef7699b4d4fe1a5815f527fe1994e0f6ab4c8e7 (diff)
downloadchawan-0beb8385d88c20efbd00b7f9e6ac57bf19a109c7.tar.gz
nim.cfg: disable threads
We do not use threads at the moment, so there's no need to link to
pthreads either.

(Also, add nim.cfg to the cha target in the Makefile.)
Diffstat (limited to 'nim.cfg')
-rw-r--r--nim.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/nim.cfg b/nim.cfg
index 8d2b1b6c..4338e32d 100644
--- a/nim.cfg
+++ b/nim.cfg
@@ -9,3 +9,4 @@
 --import:"utils/eprint"
 --styleCheck:usages
 --styleCheck:hint
+--threads:off