nim-datastore/config.nims

11 lines
268 B
Plaintext
Raw Normal View History

2022-05-11 15:50:05 +00:00
--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")