diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-02 12:42:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 06:42:09 +0200 |
commit | 1737bb9f9e3fffeceaac480f359b4d90ba07a3e1 (patch) | |
tree | d5f9100e88bc74cc55f0f420d278086a52d151a6 /compiler | |
parent | 567c3f055ded0d81d15d6d5bc18377ca8c607c6d (diff) | |
download | Nim-1737bb9f9e3fffeceaac480f359b4d90ba07a3e1.tar.gz |
disable threads when booting the compiler (#20478)
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/nim.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg index 853a657b3..926cb4c28 100644 --- a/compiler/nim.cfg +++ b/compiler/nim.cfg @@ -6,6 +6,7 @@ define:booting define:nimcore define:nimPreviewFloatRoundtrip define:nimPreviewSlimSystem +threads:off #import:"$projectpath/testability" |