fix AppVeyor test

This commit is contained in:
Ștefan Talpalaru 2019-04-25 01:49:41 +02:00
parent 48bb2864c8
commit e69d5ecfe6
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,7 @@
@if windows:
# increase stack size
--passL:"-Wl,--stack,8388608"
# https://github.com/nim-lang/Nim/issues/4057
--tlsEmulation:off
@end