nimbus-eth2/nim.cfg

13 lines
200 B
Nim

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