2022-06-21 14:25:42 +00:00
|
|
|
--threads:on
|
|
|
|
# rocksdb_backend newChainDB fails compiling without nimOldCaseObjects as
|
|
|
|
# rocksdb init does this type of assignment
|
|
|
|
--define:nimOldCaseObjects
|
|
|
|
|
2023-06-22 16:13:16 +00:00
|
|
|
-d:"chronicles_sinks=textlines[stdout],json[dynamic]"
|
|
|
|
-d:"chronicles_log_level=TRACE"
|
2022-11-10 08:01:58 +00:00
|
|
|
-d:"chronicles_runtime_filtering=on"
|
|
|
|
|
2022-06-21 14:25:42 +00:00
|
|
|
# Avoid some rare stack corruption while using exceptions with a SEH-enabled
|
|
|
|
# toolchain: https://github.com/status-im/nimbus-eth2/issues/3121
|
|
|
|
@if windows and not vcc:
|
|
|
|
--define:nimRawSetjmp
|
|
|
|
@end
|