From 497252d9af2b21291e445f5d1e22aa78f7c06ef8 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 7 Feb 2018 08:10:47 -0700 Subject: [PATCH] Disable submodule management and verbosity level 2 in rust recipe --- recipes/rust/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/rust/config.toml b/recipes/rust/config.toml index d7edc3480..2bd91ff32 100644 --- a/recipes/rust/config.toml +++ b/recipes/rust/config.toml @@ -5,8 +5,8 @@ static-libstdcpp = true host = ["x86_64-unknown-redox"] target = ["x86_64-unknown-redox"] docs = false -submodules = true -verbose = 2 +submodules = false +verbose = 1 [rust] thinlto = false