index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/firefox/mozconfig.patch | 5 |
diff --git a/extra/firefox/mozconfig.patch b/extra/firefox/mozconfig.patch index d36e5532..8d1f66c5 100644 --- a/extra/firefox/mozconfig.patch +++ b/extra/firefox/mozconfig.patch @@ -1,15 +1,16 @@ --- a/.mozconfig 2019-01-21 09:21:00.221010326 +0100 +++ b/.mozconfig 2019-01-21 09:22:02.477911431 +0100 -@@ -6,12 +6,11 @@ +@@ -5,12 +7,11 @@ ac_add_options --enable-optimize ac_add_options --enable-rust-simd - ac_add_options --enable-lto +-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 ++ac_add_options --disable-lto +export CC=gcc +export CXX=g++ +export AR=gcc-ar |