diff --git a/Cargo.toml b/Cargo.toml index 995ed25..5908871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,7 @@ osstrtools = "0.1" pathbuftools = "0.1" -#[profile.release] -#debug = true -#lto = false +# These options increase performance and generate a smaller binary +[profile.release] +lto = true +codegen-units = 1