diff --git a/Cargo.toml b/Cargo.toml index 80682fc6..7c6b52e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ resolver = "2" members = [ "yazi-*" ] -# [profile.release] -# codegen-units = 1 -# lto = true -# panic = "abort" -# strip = true +[profile.release] +codegen-units = 1 +lto = true +panic = "abort" +strip = true