Browse Source

Release mode should still have debuginfo

Mark Rousskov 6 năm trước cách đây
mục cha
commit
495a0d8c30
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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