From f91621be099e3ce2b99eb0ed93c603ab3b09ca4f Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 31 Mar 2024 11:36:30 +0100 Subject: [PATCH] make necesaary sudo usage more obvious to user --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73e69822..f58cbb04 100644 --- a/Makefile +++ b/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}