mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-05 19:23:43 +00:00
10 lines
148 B
Nim
10 lines
148 B
Nim
--threads:on
|
|
--tlsEmulation:off
|
|
|
|
@if release:
|
|
nimcache = "nimcache/release/$projectName"
|
|
@else:
|
|
nimcache = "nimcache/debug/$projectName"
|
|
@end
|
|
|