diff --git a/Cargo.toml b/Cargo.toml index cf4d8e13..7c6b52e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ members = [ "yazi-*" ] [profile.release] codegen-units = 1 -opt-level = 3 -lto = true -strip = true -panic = "abort" +lto = true +panic = "abort" +strip = true