From 543cf58b1e299f3a3448d7262958c574858355fe Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 2 Oct 2023 01:03:09 -0500 Subject: [PATCH] :package: 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. --- lunar_wave_cli/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lunar_wave_cli/Cargo.toml b/lunar_wave_cli/Cargo.toml index 03087ab..89e4d06 100644 --- a/lunar_wave_cli/Cargo.toml +++ b/lunar_wave_cli/Cargo.toml @@ -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