panic = abort on debug, too
authorMatt Corallo <git@bluematt.me>
Fri, 23 Aug 2019 00:19:36 +0000 (20:19 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 23 Aug 2019 00:19:36 +0000 (20:19 -0400)
Cargo.toml

index 3f8225acaef370db10be26fef6a0d405ce38a739..f5369566778b744b7497b2b976cbcf20f3862e82 100644 (file)
@@ -15,6 +15,9 @@ rand = "0.6"
 regex = "1"
 num_cpus = "1"
 
+[profile.dev]
+panic = "abort"
+
 [profile.release]
 lto = true
 codegen-units = 1