diff --git a/Cargo.toml b/Cargo.toml index 1e537db..3e15ccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,8 @@ unicode-segmentation = "1.10.0" # generated by 'cargo dist init' [profile.dist] inherits = "release" -debug = true +debug = false split-debuginfo = "packed" + +[profile.release] +strip = true