📦 build: this isn't needed in the code

There's an env var that's better for flamegraph, and this was in the wrong
place anyway.
main
_ 2023-10-02 01:03:09 -05:00
parent b88735a61b
commit 543cf58b1e
1 changed files with 0 additions and 4 deletions

View File

@ -12,7 +12,3 @@ lunar_wave_vm = { path = "../lunar_wave_vm" }
linker = "/usr/bin/clang"
# Recommended for flamegraph
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
[profile.release]
# Recommended for profiling, e.g. flamegraph
debug = true