1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-22 04:39:26 +00:00

9 lines
128 B
Nim

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