Browse Source

Release mode should still have debuginfo

Mark Rousskov 6 years ago
parent
commit
495a0d8c30
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -27,3 +27,6 @@ toml = "0.5.0"
 [dependencies.serde]
 version = "1"
 features = ["derive"]
+
+[profile.release]
+debug = 2