diff --git a/protocol/gdextension/Cargo.toml b/protocol/gdextension/Cargo.toml index 51c7f4d..86e2d03 100644 --- a/protocol/gdextension/Cargo.toml +++ b/protocol/gdextension/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0" [profile.release] opt-level = 3 -lto = false -codegen-units = 16 +lto = true +codegen-units = 1 strip = true -panic = "abort" \ No newline at end of file +panic = "abort"