Browse Source

Add LTO+strip profile

David Peter 2 năm trước cách đây
mục cha
commit
2588b06b67
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Cargo.toml

+ 5 - 0
Cargo.toml

@@ -10,3 +10,8 @@ members = [
 exclude = [
     "numbat-wasm"
 ]
+
+[profile.release]
+lto = true
+strip = true
+codegen-units = 1