panic = abort
authorMatt Corallo <git@bluematt.me>
Wed, 22 May 2019 19:41:18 +0000 (15:41 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 22 May 2019 19:47:28 +0000 (15:47 -0400)
Cargo.toml

index fd9c30f68c639d29038923c5455cc082333b9419..8df04a019462590d2f271a30b00b3435c0d95100 100644 (file)
@@ -16,3 +16,4 @@ regex = "1"
 [profile.release]
 lto = true
 codegen-units = 1
+panic = "abort"