diff --git a/Cargo.toml b/Cargo.toml index 4b27571..0ad606a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,7 @@ rust-s3 = { version = "0.32.3", default-features = false, features = ["sync", "t online = { version = "3.0.1", default-features = false, features = ["sync"] } log = "0.4.17" env_logger = "0.9.0" + +[profile.release] +codegen-units = 1 +strip = true \ No newline at end of file