From 0a91a3e6cc8bcb5b892b8625525a76d82bb2ee97 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 25 Feb 2024 21:51:08 -0500 Subject: [PATCH] remove non-working key Signed-off-by: strawberry --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8017094a..bb5906da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,9 +170,6 @@ debug = 0 lto = 'off' incremental = true -[target.'cfg(macos)'.profile.dev] -split-debuginfo = "unpacked" - # default release profile [profile.release] lto = 'thin'