Sfoglia il codice sorgente

add release prof options

Samir Menon 2 anni fa
parent
commit
5598725dee
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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"