From 24cf46a58ccd5c32cd66539355673e7b537dbcdc Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Fri, 19 Apr 2019 21:11:38 -0600 Subject: [PATCH] Disable backtrace --- Xargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Xargo.toml b/Xargo.toml index 07a581d94..942fbc3ac 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -2,7 +2,8 @@ features = ["panic_unwind"] [target.x86_64-unknown-redox.dependencies.std] -features = ["panic_unwind", "backtrace"] +features = ["panic_unwind"] +#features = ["panic_unwind", "backtrace"] #[dependencies.test] #stage = 1 -- GitLab