Increase LTO jobs from 4 to 12
This commit is contained in:
parent
8742612391
commit
68fbcff36d
@ -4,7 +4,7 @@
|
|||||||
# Copyright 2022 Jake Winters
|
# Copyright 2022 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Version: 16.0.0-alpha.7+51
|
# Version: 16.0.0-alpha.8+52
|
||||||
|
|
||||||
|
|
||||||
# System
|
# System
|
||||||
@ -43,7 +43,7 @@ CFLAGS="-flto=thin -march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"
|
|||||||
CXXFLAGS="-flto=thin -march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"
|
CXXFLAGS="-flto=thin -march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"
|
||||||
RUSTFLAGS="-C debuginfo=0 -C opt-level=2 -C target-cpu=znver3"
|
RUSTFLAGS="-C debuginfo=0 -C opt-level=2 -C target-cpu=znver3"
|
||||||
## Linker flags
|
## Linker flags
|
||||||
LDFLAGS="-Wl,-O2 -Wl,--strip-all -Wl,--thinlto-jobs=4 ${LD_SEC}"
|
LDFLAGS="-Wl,-O2 -Wl,--strip-all -Wl,--thinlto-jobs=12 ${LD_SEC}"
|
||||||
## USE flags
|
## USE flags
|
||||||
USE="clang dbus llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp verify-sig wayland"
|
USE="clang dbus llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp verify-sig wayland"
|
||||||
USE="${USE} -ipv6 -systemd -X"
|
USE="${USE} -ipv6 -systemd -X"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user