mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
Clean up compilation of Rust
This commit is contained in:
parent
8de4e0f20e
commit
22c98abf79
@ -9,7 +9,6 @@ docs = false
|
|||||||
submodules = false
|
submodules = false
|
||||||
|
|
||||||
[rust]
|
[rust]
|
||||||
codegen-units = 0
|
|
||||||
use-jemalloc = false
|
use-jemalloc = false
|
||||||
backtrace = false
|
backtrace = false
|
||||||
rpath = false
|
rpath = false
|
||||||
|
|||||||
@ -53,8 +53,7 @@ function recipe_build {
|
|||||||
make install
|
make install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
cp ../{config.toml,llvm-config} ./
|
python x.py build --config ../config.toml --jobs $(nproc)
|
||||||
python x.py build
|
|
||||||
skip=1
|
skip=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user