nim-datastore/config.nims
Jaremy Creechley 4844f7dad0
updates
2023-10-20 16:18:18 -07:00

19 lines
477 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