nim-datastore/config.nims

13 lines
307 B
Plaintext
Raw Normal View History

2022-05-11 10:50:05 -05:00
--threads:on
--tlsEmulation:off
2023-03-09 10:24:44 +01:00
--styleCheck:usages
--styleCheck:error
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")