summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-10-02 12:42:09 +0800
committerGitHub <noreply@github.com>2022-10-02 06:42:09 +0200
commit1737bb9f9e3fffeceaac480f359b4d90ba07a3e1 (patch)
treed5f9100e88bc74cc55f0f420d278086a52d151a6 /compiler
parent567c3f055ded0d81d15d6d5bc18377ca8c607c6d (diff)
downloadNim-1737bb9f9e3fffeceaac480f359b4d90ba07a3e1.tar.gz
disable threads when booting the compiler (#20478)
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nim.cfg1
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"