nimbus-eth2/nim.cfg

28 lines
634 B
INI
Raw Normal View History

@if release:
nimcache = "nimcache/release/$projectName"
@else:
nimcache = "nimcache/debug/$projectName"
@end
@if windows:
# disable timestamps in Windows PE headers - https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries
--passL:"-Wl,--no-insert-timestamp"
2019-04-11 21:30:26 +00:00
# increase stack size
--passL:"-Wl,--stack,8388608"
2019-04-24 23:49:41 +00:00
# https://github.com/nim-lang/Nim/issues/4057
--tlsEmulation:off
@end
2019-10-02 12:38:14 +00:00
@if testnet_docker_node:
-d:"chronicles_sinks=json"
-d:"withoutPrompt"
@else:
-d:"chronicles_default_output_device=dynamic"
@end
--threads:on
--opt:speed
--excessiveStackTrace:on
-d:metrics # enable metric collection