status-desktop/src/nim_status_client.nim.cfg
2020-05-15 17:18:20 -04:00

10 lines
148 B
Nim

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