From 25803c9a506f80dfe985c1f39d30ffcc7f2cc06c Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 14 Nov 2017 20:02:38 -0700 Subject: [PATCH] Disable LLVM ninja build Enable compilation of codegen tests --- recipes/rust/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/rust/config.toml b/recipes/rust/config.toml index 795350968..353699d3c 100644 --- a/recipes/rust/config.toml +++ b/recipes/rust/config.toml @@ -1,6 +1,5 @@ [llvm] static-libstdcpp = true -ninja = true [build] host = ["x86_64-unknown-redox"] @@ -12,7 +11,6 @@ submodules = false use-jemalloc = false backtrace = false rpath = false -codegen-tests = false [target.x86_64-unknown-redox] cc = "x86_64-unknown-redox-gcc" -- GitLab