📦 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
parent
b88735a61b
commit
543cf58b1e
|
@ -12,7 +12,3 @@ lunar_wave_vm = { path = "../lunar_wave_vm" }
|
||||||
linker = "/usr/bin/clang"
|
linker = "/usr/bin/clang"
|
||||||
# Recommended for flamegraph
|
# Recommended for flamegraph
|
||||||
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
|
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
# Recommended for profiling, e.g. flamegraph
|
|
||||||
debug = true
|
|
||||||
|
|
Loading…
Reference in New Issue