From b0253dca869dfcfc964b9549bf89b80fad3b40e6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 7 Feb 2018 08:08:16 -0700 Subject: [PATCH] Update rust recipe config --- recipes/rust/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/rust/config.toml b/recipes/rust/config.toml index 353699d3c..d7edc3480 100644 --- a/recipes/rust/config.toml +++ b/recipes/rust/config.toml @@ -5,12 +5,15 @@ static-libstdcpp = true host = ["x86_64-unknown-redox"] target = ["x86_64-unknown-redox"] docs = false -submodules = false +submodules = true +verbose = 2 [rust] +thinlto = false use-jemalloc = false backtrace = false rpath = false +codegen-tests = false [target.x86_64-unknown-redox] cc = "x86_64-unknown-redox-gcc"