summaryrefslogtreecommitdiff
path: root/makepkg.conf.firefox
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-07-20 18:02:48 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-07-20 18:02:48 -0700
commit7818b6414d453d9fabd484bee8777ae383aa53bd (patch)
treea5aab95801fdab0bf752220009d60bdcf3051907 /makepkg.conf.firefox
parentTweak telemetry disable with sed (diff)
downloadfirefox-esr-7818b6414d453d9fabd484bee8777ae383aa53bd.tar.xz
Hotfix for gnome on xorg
Diffstat (limited to 'makepkg.conf.firefox')
-rw-r--r--makepkg.conf.firefox2
1 files changed, 1 insertions, 1 deletions
diff --git a/makepkg.conf.firefox b/makepkg.conf.firefox
index 70ce388..b109d28 100644
--- a/makepkg.conf.firefox
+++ b/makepkg.conf.firefox
@@ -41,7 +41,7 @@ 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,-fuse-ld=gold"
+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j4"
#-- Debugging flags