summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-04-15 04:52:35 +0800
committerGitHub <noreply@github.com>2023-04-14 22:52:35 +0200
commit512517c223a649018072effcb7bd9f3f9b9d16d3 (patch)
tree9d1589b9fa87f0fc588e7fb12680da943af4689b /compiler
parent1a99bcd6abfa41144079e384f35085d79ef20268 (diff)
downloadNim-512517c223a649018072effcb7bd9f3f9b9d16d3.tar.gz
fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pthreads with mingw (#21668)
* fixes #18146; disable tlsEmulation on windows; static link libwinthreads DLL

* whatever
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nim.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg
index b9c8fdc08..5e70c2975 100644
--- a/compiler/nim.cfg
+++ b/compiler/nim.cfg
@@ -14,7 +14,6 @@ threads:off
 
 @if windows:
   cincludes: "$lib/wrappers/libffi/common"
-  tlsEmulation:off
 @end
 
 define:useStdoutAsStdmsg