Browse Source

build: add back `opt-level = 3`

Lena 2 years ago
parent
commit
1cbfe9b086
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

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