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