mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 20:36:31 +00:00
b3d06c14b6
* Build Fluffy tools individually through Makefile Before the builds were launched sequentually from a nimble task, this would not allow for concurrent builds of the individual tools * Some Makefile / nimble clean-up
16 lines
311 B
Nim
16 lines
311 B
Nim
-d:"chronicles_runtime_filtering=on"
|
|
-d:"chronicles_disable_thread_id"
|
|
|
|
@if release:
|
|
-d:"chronicles_line_numbers:0"
|
|
@end
|
|
|
|
-d:chronosStrictException
|
|
-d:PREFER_BLST_SHA256=false
|
|
|
|
--styleCheck:usages
|
|
--styleCheck:hint
|
|
--hint[XDeclaredButNotUsed]:off
|
|
--hint[ConvFromXtoItselfNotNeeded]:off
|
|
--hint[Processing]:off
|