From e8c8c10e5e98d6a8501675f4915b16a1ff3ca6f7 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Mon, 24 Nov 2014 14:00:30 -0500 Subject: [PATCH] rust: allow assertions, disabling them breaks build --- recipes/rust/rust.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 43b8b28..f915021 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -294,7 +294,6 @@ do_configure () { "--disable-docs" \ "--disable-manage-submodules" \ "--disable-debug" \ - "--disable-llvm-assertions" \ "--enable-optimize" \ "--enable-optimize-cxx" \ "--enable-optimize-llvm" \