From 1737bb9f9e3fffeceaac480f359b4d90ba07a3e1 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Sun, 2 Oct 2022 12:42:09 +0800 Subject: [PATCH] disable threads when booting the compiler (#20478) --- compiler/nim.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/nim.cfg b/compiler/nim.cfg index 853a657b39..926cb4c28f 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"