From: Shane Peelar Date: Sun, 12 May 2019 14:10:31 +0000 (-0400) Subject: mozcoreconf-v6: Remove older workarounds X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b72ad94432f47fb491245964eab9abb9187787ed;p=gentoo.git 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 Signed-off-by: Jory Pratt --- diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index 945b95c31b32..efc9a83d84f1 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