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