Skip to content

Commit f91621b

Browse files
committed
make necesaary sudo usage more obvious to user
1 parent 21491bc commit f91621b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARGS=-l
77
# ARGS=-l -d ~/code/git-bare-test.git -w ~/code/git-bare-test
88

99
profile:
10-
sudo CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --features timing -- ${ARGS}
10+
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --features timing -- ${ARGS}
1111

1212
run-timing:
1313
cargo run --features=timing --release -- ${ARGS}

0 commit comments

Comments
 (0)