diff --git a/Cargo.toml b/Cargo.toml index e89fc83..e600a74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,5 @@ fstrings = {version = "0.2.3"} clap = { version = "4.0", features = ["derive"] } [profile.release] -debug = 1 \ No newline at end of file +lto = true +codegen-units = 1