diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d83960d..7a6386c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,9 +1,14 @@ [profile.release] -lto = true +lto = "thin" opt-level = "z" codegen-units = 1 panic = "abort" rpath = true +strip = "symbols" + +[profile.min] +inherits = "release" +lto = true [workspace] members = [