summary refs log tree commit diff stats
path: root/compiler/nim.cfg
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-19 15:16:54 +0800
committerGitHub <noreply@github.com>2022-09-19 09:16:54 +0200
commit97259a5ab37892bedca64b14ffc6e0b7d25dd789 (patch)
tree381c01a9f9eadbb3bc3900bc33f4aa342e450109 /compiler/nim.cfg
parentf6dc30e52d94f433d1a132d73a5cf357c57e6a34 (diff)
downloadNim-97259a5ab37892bedca64b14ffc6e0b7d25dd789.tar.gz
fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" (#19119) (#20327)
* Revert "Remove tlsEmulation enabled from Windows + GCC config (#19119) [backport:1.6]"

This reverts commit 77b696c2c92b5f478526290c5e184a4c41060f7b.

* increase nimTlsSize to 48000

* enable for windows

* fixes tests

* fixes tlsEmulation:on
Diffstat (limited to 'compiler/nim.cfg')
-rw-r--r--compiler/nim.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg
index 7ed70fb5f..853a657b3 100644
--- a/compiler/nim.cfg
+++ b/compiler/nim.cfg
@@ -11,6 +11,7 @@ define:nimPreviewSlimSystem
 
 @if windows:
   cincludes: "$lib/wrappers/libffi/common"
+  tlsEmulation:off
 @end
 
 define:useStdoutAsStdmsg