nim-datastore/config.nims
Jaremy Creechley e7aef8ea85
updates
2023-10-20 16:22:09 -07:00

19 lines
479 B
Nim

--threads:on
--tlsEmulation:off
--styleCheck:usages
--styleCheck:error
# --d:"datastoreUseAsync=false"
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")
# begin Nimble config (version 2)
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config