Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-10-07 12:43:38 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-10-07 12:43:38 +0300
commit16b6d61e10617e67163b7c85c1afde7d8888fee9 (patch)
tree8f686eac3591b189699e0a3bde609f392abe593e /Cargo.toml
parent7cf784a9fc2d6e5314303ac0258904ce569dddfc (diff)
Improve release configuration a bit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e93fa243..f5cba5bf7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,7 @@ members = [
[profile.release]
lto = true
+debug-assertions = false
+opt-level = 3
+debug = true
+panic = 'unwind'