diff --git a/core/mvcc/Cargo.toml b/core/mvcc/Cargo.toml index 04401335b..ba0f2a813 100644 --- a/core/mvcc/Cargo.toml +++ b/core/mvcc/Cargo.toml @@ -3,3 +3,8 @@ resolver = "2" members = [ "database", ] + +[profile.release] +codegen-units = 1 +panic = "abort" +strip = true