This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth1
mirror of
https://github.com/status-im/nimbus-eth1.git
Watch
2
Star
0
Fork
You've already forked nimbus-eth1
0
Code
Issues
Projects
Releases
Wiki
Activity
9b33aeff6b
nimbus-eth1
/
nimbus
/
nim.cfg
5 lines
79 B
INI
Raw
Normal View
History
Unescape
Escape
better error handling - 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
2018-12-14 12:46:56 +00:00
-d:chronicles_line_numbers
-d:"chronicles_sinks
=
textblocks"
new build system - isolate dependencies (both Git repos and ".nimble" dir) in "vendor" - ensure that everything is compiled using our version of Nim with something as simple as "make" - pull the latest changes with "make update" - re-create Nimble's package dir and re-build the Nim compiler automatically when needed - "env.sh" script that can be used to prefix any command that needs to use "nim" or "nimble" from our Nim repo - move the top level nim.cfg to nimbus/nim.cfg so it doesn't apply to deps - "fetch-dlls" `make` target for Windows to get precompiled Snappy, RocksDB and SQLite DLLs
2018-12-24 16:03:27 +00:00
-d:nimDebugDlOpen
better error handling - 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
2018-12-14 12:46:56 +00:00