ソースを参照

add release prof options

Samir Menon 2 年 前
コミット
5598725dee
1 ファイル変更5 行追加0 行削除
  1. 5 0
      Cargo.toml

+ 5 - 0
Cargo.toml

@@ -14,3 +14,8 @@ criterion = "0.3"
 [[bench]]
 name = "ntt"
 harness = false
+
+[profile.release]
+lto = "fat"
+codegen-units = 1
+panic = "abort"