Skip to content

Commit

Permalink
Revert "Remove tlsEmulation enabled from Windows + GCC config (#19119)…
Browse files Browse the repository at this point in the history
… [backport:1.6]"

This reverts commit 77b696c.
  • Loading branch information
ringabout committed Sep 9, 2022
1 parent 1699ba1 commit e25a5c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ nimblepath="$home/.nimble/pkgs/"
# Configuration for the GNU C/C++ compiler:
@if windows:
#gcc.path = r"$nim\dist\mingw\bin"
@if gcc or tcc:
tlsEmulation:on
@end
@end

gcc.maxerrorsimpl = "-fmax-errors=3"
Expand Down

0 comments on commit e25a5c5

Please sign in to comment.