Skip to content

Commit

Permalink
cli: fix for V's new -skip-unused default
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Dec 4, 2024
1 parent 06d16aa commit ba29c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/cli.v
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Sub-commands:
doctor Display useful info about the system'

pub const exe_git_hash = shy_commit_hash()

@[markused]
pub const work_directory = shy_tmp_work_dir()
pub const cache_directory = shy_cache_dir()
pub const rip_vflags = ['-autofree', '-gc', '-g', '-cg', '-prod', 'run', '-showcc']
Expand Down

0 comments on commit ba29c4b

Please sign in to comment.