From 90fa31ce1a948fccfef60c567f77b240ffe36c72 Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Wed, 28 Sep 2022 09:19:55 +0200 Subject: [PATCH] strip debuginfo in release build --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70df0cf..02a9b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,8 @@ name = "upkr" version = "0.2.0-pre3" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +strip = "debuginfo" [dependencies] cdivsufsort = "2"