GyDi 3 жил өмнө
parent
commit
6ea567742b
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      src-tauri/Cargo.toml

+ 6 - 0
src-tauri/Cargo.toml

@@ -42,3 +42,9 @@ winreg = { version = "0.10", features = ["transactions"] }
 default = [ "custom-protocol" ]
 custom-protocol = [ "tauri/custom-protocol" ]
 verge-dev = []
+
+[profile.release]
+panic = "abort"
+codegen-units = 1
+lto = true
+opt-level = "s"