Skip to content

Commit

Permalink
restore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 27, 2024
1 parent 813ac23 commit b5c5bb0
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 b5c5bb0

Please sign in to comment.