mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:10:25 +00:00
Use parallel=2 on riscv64
This commit is contained in:
parent
58d3e085be
commit
11c2c7c10c
2
debian/rules
vendored
2
debian/rules
vendored
@ -209,7 +209,7 @@ endif
|
||||
|
||||
# more than 4 jobs causes OOM in Ubuntu and slows down build process.
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),riscv64))
|
||||
NJOBS=3
|
||||
NJOBS=2
|
||||
endif
|
||||
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),sparc))
|
||||
|
Loading…
Reference in New Issue
Block a user