Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / firefox
Commits: c795661c by Jan Alexander Steffens (heftig) at 2026-06-29T19:02:38+02:00 Use default LTO mode Don't specify `full` (or `thin`). Nightly is currently in the process of switching from `full` back to `thin` and we should just follow the default. See: https://bugzilla.mozilla.org/show_bug.cgi?id=2045567 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -200,7 +200,7 @@ END echo "Building optimized browser..." cat >.mozconfig ../mozconfig - <<END -ac_add_options --enable-lto=cross,full +ac_add_options --enable-lto=cross ac_add_options --enable-profile-use=cross ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/c795661cee80f0b2b02004b4c8e67d1bcdd7c618 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/c795661cee80f0b2b02004b4c8e67d1bcdd7c618 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
