From ee6c1f34b3bbaf73cd41cf9feaa4a71cfe75dc22 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 22 Dec 2017 19:38:17 +0000 Subject: [PATCH] Build release testsuite binaries with complete debug information. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 430915c..0191491 100644 --- a/Cargo.toml +++ b/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