mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 06:15:57 +00:00
12 lines
282 B
Nim
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
|
|
|