[arch-commits] Commit in firefox/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Dec 12 02:56:46 UTC 2018


    Date: Wednesday, December 12, 2018 @ 02:56:46
  Author: heftig
Revision: 341606

64.0-1

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-12 02:50:18 UTC (rev 341605)
+++ PKGBUILD	2018-12-12 02:56:46 UTC (rev 341606)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke <sjakub at gmail.com>
 
 pkgname=firefox
-pkgver=63.0.3
+pkgver=64.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -54,6 +54,13 @@
 ac_add_options --enable-hardening
 ac_add_options --enable-optimize
 ac_add_options --enable-rust-simd
+ac_add_options --enable-lto
+export MOZ_PGO=1
+export CC=clang
+export CXX=clang++
+export AR=llvm-ar
+export NM=llvm-nm
+export RANLIB=llvm-ranlib
 
 # Branding
 ac_add_options --enable-official-branding
@@ -95,6 +102,9 @@
   export MOZ_NOSPAM=1
   export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
 
+  # LTO needs more open files
+  ulimit -n 4096
+
   ./mach build
   ./mach buildsymbols
 }



More information about the arch-commits mailing list