This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
nim-codex
mirror of
https://github.com/codex-storage/nim-codex.git
Watch
1
Star
0
Fork
You've already forked nim-codex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5ea64522d8
nim-codex
/
nim.cfg
4 lines
86 B
INI
Raw
Normal View
History
Unescape
Escape
fix compilation issues with latest libp2p (#27) * fix compilation issues with latest libp2p * change package description * fix CI compiler * try with nim 1.4.2 * try with 1.4.2 * use more standardized ci config * set reasonable log level * remove nim version dependency * reverting to 1.4.6 as otherwise it fails on amd64
2021-10-29 19:30:52 +00:00
-d:"chronicles_log_level
=
INFO"
Disable LockLevel warnings Rationale: we don't use this experimental Nim feature, and its warnings obfuscate other warnings that may be relevant.
2021-11-15 11:30:05 +00:00
--warning:LockLevel:off
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-15 11:43:11 +00:00
--warning:ObservableStores:off