diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-04 14:19:58 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-04 14:19:58 -0700 |
commit | 45e2542e4e36bfc1bfab17d44ec3c02b760d940a (patch) | |
tree | 60bf5d1d83466ee055636c4cdafe85b24d2c2e9e | |
parent | Minor logic reordering (diff) | |
download | firefox-45e2542e4e36bfc1bfab17d44ec3c02b760d940a.tar.xz |
Reordered custom build flags
-rw-r--r-- | makepkg.conf.firefox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makepkg.conf.firefox b/makepkg.conf.firefox index 0305a28..f54b8bb 100644 --- a/makepkg.conf.firefox +++ b/makepkg.conf.firefox @@ -37,8 +37,8 @@ CHOST="x86_64-pc-linux-gnu" #-- Compiler and Linker Flags CPPFLAGS="-D_FORTIFY_SOURCE" -CFLAGS="-march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fstack-protector-strong -fstack-clash-protection -Wno-error=odr -Walloc-size-larger-than=$(getconf ULONG_MAX) -Wno-error=stringop-overflow" -CXXFLAGS="-march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fstack-protector-strong -fstack-clash-protection -Wno-error=odr -Walloc-size-larger-than=$(getconf ULONG_MAX) -Wno-error=stringop-overflow" +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" #-- Make Flags: change this for DistCC/SMP systems MAKEFLAGS="-j4" |