tlsEmulation:on for windows/GCC

This commit is contained in:
Araq
2012-01-29 23:04:07 +01:00
parent 4b95233632
commit a7e9ae55f4
3 changed files with 6 additions and 3 deletions

View File

@@ -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"