Include debug symbols in release mode, so backtraces still work
authorMatt Corallo <git@bluematt.me>
Wed, 2 Oct 2019 01:34:17 +0000 (21:34 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 2 Oct 2019 01:34:17 +0000 (21:34 -0400)
Cargo.toml

index fc9a4d328931b3394f15a920f3e720c01876901e..075f29658d4717560aa9b826a398bac860f19bb7 100644 (file)
@@ -19,6 +19,7 @@ num_cpus = "1"
 panic = "abort"
 
 [profile.release]
+debug = true
 lto = true
 codegen-units = 1
 panic = "abort"