Explorar o código

build: add `codegen-units = 1` and remove `opt-level = 3`

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

+ 1 - 1
Cargo.toml

@@ -130,7 +130,7 @@ debug = false
 [profile.release]
 lto = true
 strip = true
-opt-level = 3
+codegen-units = 1
 
 [[bench]]
 name = "my_benchmark"