Skip to content
Snippets Groups Projects
Commit 25803c9a authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Disable LLVM ninja build

Enable compilation of codegen tests
parent d14d183a
No related branches found
No related tags found
No related merge requests found
[llvm] [llvm]
static-libstdcpp = true static-libstdcpp = true
ninja = true
[build] [build]
host = ["x86_64-unknown-redox"] host = ["x86_64-unknown-redox"]
...@@ -12,7 +11,6 @@ submodules = false ...@@ -12,7 +11,6 @@ submodules = false
use-jemalloc = false use-jemalloc = false
backtrace = false backtrace = false
rpath = false rpath = false
codegen-tests = false
[target.x86_64-unknown-redox] [target.x86_64-unknown-redox]
cc = "x86_64-unknown-redox-gcc" cc = "x86_64-unknown-redox-gcc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment