nimbus-eth1/nim.cfg

12 lines
282 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
# disable timestamps in Windows PE headers - https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries
@if windows:
passL = "-Wl,--no-insert-timestamp"
@end