Merge branch 'riscv64-parallel' into '17'

Do not limit the parallel links on riscv64

See merge request pkg-llvm-team/llvm-toolchain!122
This commit is contained in:
Gianfranco Costamagna 2023-12-05 10:49:12 +00:00
commit d7e966255e

1
debian/rules vendored
View File

@ -216,7 +216,6 @@ endif
# debug symbols OOM in Ubuntu Ubuntu and slows down build process.
ifneq (,$(filter $(DEB_HOST_ARCH),riscv64))
opt_flags = -O2 -DNDEBUG -g0
STAGE_ALL_CMAKE_EXTRA += -DLLVM_PARALLEL_LINK_JOBS=2
else
opt_flags = -O2 -DNDEBUG -g1
endif