Explorar o código

fix: set `codegen-units` to 1 (#124)

Yujia Qiao %!s(int64=4) %!d(string=hai) anos
pai
achega
2b85161186
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -35,6 +35,7 @@ panic = "abort"
 [profile.release]
 panic = "abort"
 lto = true
+codegen-units = 1
 
 [profile.bench]
 debug = 1