Disable submodule management and verbosity level 2 in rust recipe

This commit is contained in:
Jeremy Soller 2018-02-07 08:10:47 -07:00
parent b0253dca86
commit 497252d9af

View File

@ -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