diff --git a/Cargo.toml b/Cargo.toml index 4f14331..4df3c3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ edition = "2021" chrono = { version = "0.4.26", features = ["serde"] } serde = { version = "1.0.164", features = ["derive"] } -[profile.release] -lto = "fat" -codegen-units = 1 -panic = "abort" -strip = true +# [profile.release] +# lto = "fat" +# codegen-units = 1 +# panic = "abort" +# strip = true