Disable LLVM ninja build

Enable compilation of codegen tests
This commit is contained in:
Jeremy Soller 2017-11-14 20:02:38 -07:00
parent d14d183a1d
commit 25803c9a50

View File

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