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

Clean up compilation of Rust

parent 8de4e0f2
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ docs = false ...@@ -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
......
...@@ -35,7 +35,7 @@ function recipe_fetch { ...@@ -35,7 +35,7 @@ function recipe_fetch {
function recipe_prepare { function recipe_prepare {
rm -rf "$LLVM_PREFIX" rm -rf "$LLVM_PREFIX"
mkdir -p "$LLVM_PREFIX" mkdir -p "$LLVM_PREFIX"
rm -rf "$LLVM_BUILD" rm -rf "$LLVM_BUILD"
mkdir "$LLVM_BUILD" mkdir "$LLVM_BUILD"
} }
...@@ -53,8 +53,7 @@ function recipe_build { ...@@ -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
} }
......
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