Skip to content

Commit

Permalink
enabling skip-unused by default
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 27, 2024
1 parent 0f00596 commit 046255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/pref/pref.v
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ pub fn parse_args_and_show_errors(known_external_commands []string, args []strin
// eprintln('>> res.build_options: $res.build_options')
res.fill_with_defaults()
if res.backend == .c {
// res.skip_unused = true
res.skip_unused = true
if no_skip_unused {
res.skip_unused = false
}
Expand Down

0 comments on commit 046255c

Please sign in to comment.