From 967674e91051743a222e17d27c65d09208deb86a Mon Sep 17 00:00:00 2001 From: Katherine Eaton Date: Fri, 8 Dec 2023 15:18:24 -0700 Subject: [PATCH] cargo: remove rustflags for flamegraph profile --- .cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index b46b21f..c92778a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ -[target.x86_64-unknown-linux-musl] +#[target.x86_64-unknown-linux-musl] #linker = "clang" -rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"] +#rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]