Browse Source

Build release testsuite binaries with complete debug information.

whitequark 7 năm trước cách đây
mục cha
commit
826764c961
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -74,3 +74,6 @@ required-features = ["log", "socket-tcp"]
 [[example]]
 name = "stress"
 required-features = ["std", "phy-tap_interface", "socket-tcp"]
+
+[profile.release]
+debug = 2