mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 08:57:14 +00:00
9 lines
128 B
INI
9 lines
128 B
INI
|
@if release:
|
||
|
nimcache = "nimcache/release/$projectName"
|
||
|
@else:
|
||
|
nimcache = "nimcache/debug/$projectName"
|
||
|
@end
|
||
|
|
||
|
--threads:on
|
||
|
|