From 6ba4aebdce8cd9d67a1f509449f9b18300cd5be9 Mon Sep 17 00:00:00 2001 From: Tyler Hall Date: Tue, 16 Jun 2015 16:54:35 -0400 Subject: [PATCH] rust: enable debuginfo This gets split out in do_package, so there's no harm in including it. It is useful to be able to get debug info for the standard library by installing the -dbg package. --- recipes/rust/rust.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 19e3548..e6f25c8 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -306,6 +306,7 @@ do_configure () { "--disable-docs" \ "--disable-manage-submodules" \ "--disable-debug" \ + "--enable-debuginfo" \ "--enable-optimize" \ "--enable-optimize-cxx" \ "--enable-optimize-llvm" \