cargo-profiler
cargo-profiler copied to clipboard
Compilation failes while normal cargo build succeeds
When I try to run cargo profiler callgrind
, there is an error that compilation failed with the normal cargo build
output afterwards, saying compilation succeeded. When I just run cargo build
, it builds correctly.
Any output about why it failed/ some details would be really helpful, a verbose-flag or at least logging via RUST_LOG
.