1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-02-18 18:06:28 +00:00

9 lines
128 B
Nim

@if release:
nimcache = "nimcache/release/$projectName"
@else:
nimcache = "nimcache/debug/$projectName"
@end
--threads:on