mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-20 08:38:29 +00:00
12 lines
350 B
Nim
12 lines
350 B
Nim
--path:".."
|
|
--threads:on
|
|
--tlsEmulation:off
|
|
|
|
--d:chronosFutureId
|
|
--d:chronosProfiling
|
|
|
|
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
|