This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
nim-codex
Watch
1
Star
0
Fork
0
You've already forked nim-codex
mirror of
https://github.com/codex-storage/nim-codex.git
synced
2025-01-09 20:45:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 13:30:52 -06: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 12:30:05 +01: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 12:43:11 +01:00
--warning:ObservableStores:off
Reference in New Issue
Copy Permalink