mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
11 lines
170 B
Nim
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
|
|
|