Skip to content

Commit

Permalink
change nim verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Jun 28, 2024
1 parent 3de358a commit adf9837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webrtc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ let verbose = getEnv("V", "") notin ["", "0"]

var cfg =
" --styleCheck:usages --styleCheck:error" &
(if verbose: "" else: " --verbosity:0 --hints:off") &
# (if verbose: "" else: " --verbosity:0 --hints:off") &
" --verbosity:3" &
" --skipParentCfg --skipUserCfg -f" &
" --threads:on --opt:speed"

Expand Down

0 comments on commit adf9837

Please sign in to comment.