mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 08:29:20 +00:00
make necesaary sudo usage more obvious to user
This commit is contained in:
parent
21491bcbca
commit
f91621be09
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ ARGS=-l
|
|||
# ARGS=-l -d ~/code/git-bare-test.git -w ~/code/git-bare-test
|
||||
|
||||
profile:
|
||||
sudo CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --features timing -- ${ARGS}
|
||||
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --features timing -- ${ARGS}
|
||||
|
||||
run-timing:
|
||||
cargo run --features=timing --release -- ${ARGS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue