diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-07-12 17:27:43 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-07-12 17:27:43 -0700 |
commit | 544b178847abc0c7e7190ed99bcf845f0459548c (patch) | |
tree | db32f2e90dc5c778680f2d6f5d9ad21b1477bb31 /makepkg.conf.firefox | |
parent | Fix firefox installing as palemoon. Whoops. (diff) | |
download | firefox-544b178847abc0c7e7190ed99bcf845f0459548c.tar.xz |
Updated to 68.0
Diffstat (limited to 'makepkg.conf.firefox')
-rw-r--r-- | makepkg.conf.firefox | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/makepkg.conf.firefox b/makepkg.conf.firefox index f54b8bb..70ce388 100644 --- a/makepkg.conf.firefox +++ b/makepkg.conf.firefox @@ -37,9 +37,11 @@ CHOST="x86_64-pc-linux-gnu" #-- Compiler and Linker Flags CPPFLAGS="-D_FORTIFY_SOURCE" + +# # cargo contained in firefox 68 breaks if -flto is set here CFLAGS="-march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fstack-protector-strong -fstack-clash-protection -Wno-error=odr -Wno-error=stringop-overflow -Walloc-size-larger-than=$(getconf ULONG_MAX)" CXXFLAGS="-march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fstack-protector-strong -fstack-clash-protection -Wno-error=odr -Wno-error=stringop-overflow -Walloc-size-larger-than=$(getconf ULONG_MAX)" -LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" +LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now,-fuse-ld=gold" #-- Make Flags: change this for DistCC/SMP systems MAKEFLAGS="-j4" #-- Debugging flags |