Skip to content

Commit

Permalink
remove skipParentCfg
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Sep 8, 2024
1 parent 0d96669 commit c27a296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libp2p.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let verbose = getEnv("V", "") notin ["", "0"]
let cfg =
" --styleCheck:usages --styleCheck:error" &
(if verbose: "" else: " --verbosity:0 --hints:off") &
" --skipParentCfg --skipUserCfg -f" & " --threads:on --opt:speed"
" --skipUserCfg -f" & " --threads:on --opt:speed"

import hashes, strutils

Expand Down
1 change: 0 additions & 1 deletion tests/config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import strutils, os
libp2p_mplex_metrics
--d:
unittestPrintTime
--skipParentCfg

# Only add chronicles param if the
# user didn't specify any
Expand Down

0 comments on commit c27a296

Please sign in to comment.