diff --git a/Cargo.toml b/Cargo.toml index 61a461debed..2a60c3be711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -510,3 +510,10 @@ path = "src/bin/coreutils.rs" name = "uudoc" path = "src/bin/uudoc.rs" required-features = ["uudoc"] + +[profile.release] +opt-level = "z" +debug = false +lto = "thin" +incremental = false +strip = true