nimbus-eth2/nim.cfg

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