From c10bb0e510daa80ea7fc2536404cce2e366c1cef Mon Sep 17 00:00:00 2001 From: Jamison Smith Date: Sun, 14 Sep 2025 13:08:51 -0700 Subject: [PATCH] Fixed Cargo.toml and added some original profile settings --- protocol/gdextension/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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