mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-13 00:54:38 +00:00
8 lines
220 B
Nim
8 lines
220 B
Nim
switch("path", "..")
|
|
when (NimMajor, NimMinor) >= (1, 4):
|
|
switch("hint", "XCannotRaiseY:off")
|
|
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
|
|
switch("warning", "BareExcept:off")
|
|
|
|
--define:"chronicles_enabled:off"
|