mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:41:39 +00:00
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:
commit
d7e966255e
1
debian/rules
vendored
1
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user