nimbus-eth1/nim.cfg

12 lines
282 B
Nim

@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