commit:     b72ad94432f47fb491245964eab9abb9187787ed
Author:     Shane Peelar <lookatyouhacker <AT> gmail <DOT> com>
AuthorDate: Sun May 12 14:10:31 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon May 13 11:54:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72ad944

mozcoreconf-v6: Remove older workarounds

Keep -flifetime-dse=1 as it is required for PGO

Closes: https://bugs.gentoo.org/685632
Signed-off-by: Shane Peelar <lookatyouhacker <AT> gmail.com>
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 eclass/mozcoreconf-v6.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 945b95c31b3..efc9a83d84f 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -240,7 +240,7 @@ mozconfig_init() {
 
        # We need to append flags for gcc-6 support
        if [[ $(gcc-major-version) -ge 6 ]]; then
-               append-cxxflags -fno-delete-null-pointer-checks 
-fno-lifetime-dse -fno-schedule-insns -fno-schedule-insns2
+               append-cxxflags -flifetime-dse=1
        fi
 
        # Use the MOZILLA_FIVE_HOME for the rpath

Reply via email to