Closed mikedilger closed 2 weeks ago
Weird, to me works. What version of cargo flamegraph are you using?
Anyway, I saw that by default release
profile is used so I'm going to remove it.
I was on 0.6.2, upgrading now to 0.6.5, but I guess this is irrelevant now. Thanks.
Describe the bug
Running "make graph" gives an error (doesn't understand the argument "--release")
To Reproduce
$ make graph
Expected behavior
Build environment
Additional context
I'm not sure if the suggestion of "--reverse" makes any sense, or if release just isn't needed, or if release should be passed in a different way, so I'm opening this issue instead of submitting a PR.