diff --git a/Cargo.toml b/Cargo.toml index 4c10113b3..3e2c358cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -602,10 +602,8 @@ codegen-units = 1 # A release-like profile that is as small as possible. [profile.release-small] -inherits = "release" +inherits = "release-fast" opt-level = "z" -panic = "abort" -codegen-units = 1 strip = true # A release-like profile with debug info, useful for profiling.