From 823f2c3bce0f5e44e3cbce559c4bcab80b4a4861 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 26 Feb 2024 21:43:10 +0100 Subject: [PATCH] chore(debug): Don't link debug info for dev profile (#1872) --- .cargo/config.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000000..69796bba7b1 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,4 @@ +[profile.dev] +debug = 0 +strip = "debuginfo" +