mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 04:46:00 +00:00
048a43b2f1
- added some useful `chronicles` defines in the top-level nim.cfg - converted some assert() calls to error codes to avoid a reported segfault with -d:release - the recoverable errors are being recovered from, in persistWorkItem() - the only case that's a show stopper raises an exception
5 lines
183 B
Nim
5 lines
183 B
Nim
# --experimental:ForLoopMacros # Deactivated for CI - https://github.com/status-im/nimbus/pull/110#issuecomment-414326444
|
|
-d:chronicles_line_numbers
|
|
-d:"chronicles_sinks=textblocks"
|
|
|