nimbus-eth2/nim.cfg
2019-04-25 01:49:41 +02:00

11 lines
170 B
Nim

--threads:on
--opt:speed
@if windows:
# increase stack size
--passL:"-Wl,--stack,8388608"
# https://github.com/nim-lang/Nim/issues/4057
--tlsEmulation:off
@end