diff --git a/Cargo.toml b/Cargo.toml index 4608e1c..c2a9538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,9 @@ members = [ "backend", "common", -] \ No newline at end of file +] + +[profile.release] +codegen-units = 1 +lto = true +opt-level = 'z' # Optimize for size.