mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 21:53:05 +00:00
11 lines
268 B
Nim
11 lines
268 B
Nim
--threads:on
|
|
--tlsEmulation:off
|
|
|
|
when (NimMajor, NimMinor) == (1, 2):
|
|
switch("hint", "Processing:off")
|
|
switch("hint", "XDeclaredButNotUsed:off")
|
|
switch("warning", "ObservableStores:off")
|
|
|
|
when (NimMajor, NimMinor) > (1, 2):
|
|
switch("hint", "XCannotRaiseY:off")
|