nimbus-eth2/nim.cfg

9 lines
101 B
Nim

--threads:on
--opt:speed
@if windows:
# increase stack size
--passL:"-Wl,--stack,8388608"
@end