mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 23:05:27 +00:00
tlsEmulation:on for windows/GCC
This commit is contained in:
@@ -73,6 +73,9 @@ icc.options.linker = "-cxxlib"
|
||||
# Configuration for the GNU C/C++ compiler:
|
||||
@if windows:
|
||||
#gcc.path = r"$nimrod\dist\mingw\bin"
|
||||
@if gcc:
|
||||
tlsEmulation:on
|
||||
@end
|
||||
@end
|
||||
gcc.options.debug = "-g3 -O0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user