Sfoglia il codice sorgente

feat: abort on panic (saving 0.1 M)

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 anni fa
parent
commit
a99638a3dc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -128,6 +128,7 @@ lto = true
 strip = true
 opt-level = 3
 codegen-units = 1
+panic = 'abort'
 
 [[bench]]
 name = "my_benchmark"