diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-04-15 04:52:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 22:52:35 +0200 |
commit | 512517c223a649018072effcb7bd9f3f9b9d16d3 (patch) | |
tree | 9d1589b9fa87f0fc588e7fb12680da943af4689b /tests/ic | |
parent | 1a99bcd6abfa41144079e384f35085d79ef20268 (diff) | |
download | Nim-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 'tests/ic')
-rw-r--r-- | tests/ic/config.nims | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ic/config.nims b/tests/ic/config.nims index a522efb0d..a622ec309 100644 --- a/tests/ic/config.nims +++ b/tests/ic/config.nims @@ -1,3 +1 @@ -when defined(windows): - --tlsEmulation:off --mm:refc |