diff --git a/Cargo.toml b/Cargo.toml index 6d5a9ba..d30f2d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,17 +3,15 @@ members = ["protypo","protypo-cli"] exclude = ["examples/README.md","output"] resolver = "2" -[profile.release] -strip = true - [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 -# The profile that 'cargo dist' will build with -[profile.dist] -inherits = "release" -lto = "thin" +[profile.release] +codegen-units = 1 +lto = true +strip = true +debug = false panic = "abort" \ No newline at end of file