Skip to content

Commit

Permalink
fix refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jan 22, 2025
1 parent f895b11 commit bceed9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ switch("styleCheck", "hint")
--deepcopy:on
--debugger:native
--debugInfo
--define:"chronicles_log_level:debug"
# --define:"chronicles_log_level:trace"
--define:"chronicles_log_level:DEBUG"
# --define:"chronicles_log_level:TRACE"

--hint:"ConvFromXtoItselfNotNeeded:off"

if not defined(emscripten):
--threads:on

--define:chronicles_sinks:textlines
--define:"chronicles_sinks:textlines"
--define:"chronicles_indent:2"
--define:"chronicles_timestamps:NoTimestamps"

Expand Down

0 comments on commit bceed9c

Please sign in to comment.