Ver Fonte

Add LTO+strip profile

David Peter há 2 anos atrás
pai
commit
2588b06b67
1 ficheiros alterados com 5 adições e 0 exclusões
  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