[librsvg: 1/2] Include Rust debuginfo in release builds



commit 8215d7f1f581f0aaa317cccc3e974c61d1a6ad84
Author: Ivan Molodetskikh <yalterz gmail com>
Date:   Thu Jul 12 16:06:35 2018 +0200

    Include Rust debuginfo in release builds

 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Cargo.toml b/Cargo.toml
index ed34a8d1..5b5dfcd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ members = [
 
 [profile.release]
 lto = true
+debug = true
 
 [profile.bench]
 lto = true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]