You are not logged in.
I have set makeflags=-j8 but llvm ignores that. Any ideas?
Offline
I don't have experience with llvm but i think that what you say does not make sense: the -j option has nothing to do with llvm, it is used by make and It's make that parallelize the building proces... so what are you actually trying to do? How and where did you set the makeflags variable? What is the actual command you used? Why do you say the parallelization does not work?
Please, take your time to read the following articles:
http://www.catb.org/~esr/faqs/smart-questions.html
http://www.gnu.org/software/make/manual … l#Parallel
https://wiki.archlinux.org/index.php/Makepkg#MAKEFLAGS
Offline
Well, I tried to compile rust and it was using only one thread. It took me a long time to compile it.
Offline
Why don't you use the official package available in [community]? https://www.archlinux.org/packages/comm … 6_64/rust/
Offline
I wanted to check out servo-git and it asks for latest rust. I guess I'll just skip on this affair.
Offline