ソースを参照

build: add back `opt-level = 3`

Lena 2 年 前
コミット
1cbfe9b086
1 ファイル変更1 行追加0 行削除
  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]]