mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-01 05:27:18 +00:00
e5df8c50d3
* style: nph setup * chore: formates codex/ and tests/ folder with nph 0.6.1
15 lines
332 B
Nim
15 lines
332 B
Nim
--path:
|
|
".."
|
|
--threads:
|
|
on
|
|
--tlsEmulation:
|
|
off
|
|
|
|
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
|