mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Disable LLVM ninja build
Enable compilation of codegen tests
This commit is contained in:
parent
d14d183a1d
commit
25803c9a50
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user