Explorar el Código

Add LTO+strip profile

David Peter hace 2 años
padre
commit
2588b06b67
Se han modificado 1 ficheros con 5 adiciones y 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