2022-05-11 15:50:05 +00:00
|
|
|
--threads:on
|
|
|
|
--tlsEmulation:off
|
2023-03-09 09:24:44 +00:00
|
|
|
--styleCheck:usages
|
|
|
|
--styleCheck:error
|
2022-07-08 18:28:04 +00:00
|
|
|
|
|
|
|
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")
|
2023-09-18 19:18:51 +00:00
|
|
|
# begin Nimble config (version 2)
|
|
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
|
|
include "nimble.paths"
|
|
|
|
# end Nimble config
|