nimbus-eth1/nim.cfg

16 lines
354 B
INI
Raw Normal View History

2019-02-17 15:05:36 +00:00
@if release:
nimcache = "nimcache/release/$projectName"
@else:
nimcache = "nimcache/debug/$projectName"
@end
@if windows:
2019-04-17 15:10:46 +00:00
# disable timestamps in Windows PE headers - https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries
passL = "-Wl,--no-insert-timestamp"
2019-04-17 15:10:46 +00:00
# increase stack size
--passL:"-Wl,--stack,8388608"
@end
2019-04-17 01:56:28 +00:00
--threads:on