config(config.nims): Flags for building waku
This commit is contained in:
parent
2037a78f29
commit
54e92bdce5
|
@ -3,3 +3,9 @@
|
|||
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
||||
include "nimble.paths"
|
||||
# end Nimble config
|
||||
|
||||
--threads:on
|
||||
--opt:speed
|
||||
--excessiveStackTrace:on
|
||||
# enable metric collection
|
||||
--define:metrics
|
||||
|
|
Loading…
Reference in New Issue