Explorar o código

Add LTO+strip profile

David Peter %!s(int64=2) %!d(string=hai) anos
pai
achega
2588b06b67
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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