nim-codex/nim.cfg
Mark Spanbroek 13f88096ef Disable ObservableStores warning
Rationale: In Nim 1.2.x this warning was triggered
too easily, this was fixed in Nim 1.4.x. Because
1.2.x is still used, we disable this warning to ensure
that the long list of ObservableStores warnings does not
obfuscates other warnings.
2021-11-16 16:51:24 +01:00

4 lines
86 B
Nim

-d:"chronicles_log_level=INFO"
--warning:LockLevel:off
--warning:ObservableStores:off