diff --git a/Cargo.toml b/Cargo.toml index 04e3953..744e059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,7 @@ members = [ "library/streamhub", "library/common", ] + +[profile.release] +codegen-units = 1 +lto = true