Skip to content

Commit

Permalink
markused: do not make it the default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Nov 30, 2024
1 parent a850718 commit 40dc775
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 = res.build_mode != .build_module
// res.skip_unused = res.build_mode != .build_module
if no_skip_unused {
res.skip_unused = false
}
Expand Down

0 comments on commit 40dc775

Please sign in to comment.