Skip to content

move race libs to another make command

David Vorick requested to merge makefile into master

make release now has the debugger and profiler enabled, but does not build with the race libraries.

make release-race builds with the race libraries.

The primary reason for this change is performance, the race libraries slow things down significantly and make it difficult to operate on the production blockchain.

Merge request reports