Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 26, 2024
1 parent dd08ceb commit 3658e32
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 @@ -1137,7 +1137,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 3658e32

Please sign in to comment.