diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-09-19 15:16:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 09:16:54 +0200 |
commit | 97259a5ab37892bedca64b14ffc6e0b7d25dd789 (patch) | |
tree | 381c01a9f9eadbb3bc3900bc33f4aa342e450109 /tests | |
parent | f6dc30e52d94f433d1a132d73a5cf357c57e6a34 (diff) | |
download | Nim-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 'tests')
-rw-r--r-- | tests/config.nims | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/config.nims b/tests/config.nims index 894c4bea0..5195ebcaf 100644 --- a/tests/config.nims +++ b/tests/config.nims @@ -40,3 +40,5 @@ switch("define", "nimPreviewFloatRoundtrip") switch("define", "nimPreviewDotLikeOps") switch("define", "nimPreviewJsonutilsHoleyEnum") switch("define", "nimPreviewHashRef") +when defined(windows): + switch("tlsEmulation", "off") |