mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-24 11:49:11 +00:00
11 lines
343 B
Nim
11 lines
343 B
Nim
--path:".."
|
|
--threads:on
|
|
--tlsEmulation:off
|
|
|
|
--d:chronosFuturesInstrumentation
|
|
|
|
when not defined(chronicles_log_level):
|
|
--define:"chronicles_log_level:NONE" # compile all log statements
|
|
--define:"chronicles_sinks:textlines[dynamic]" # allow logs to be filtered at runtime
|
|
--"import":"logging" # ensure that logging is ignored at runtime
|