diff options
author | Shane Peelar <lookatyouhacker@gmail.com> | 2019-05-12 10:10:31 -0400 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2019-05-13 06:54:49 -0500 |
commit | b72ad94432f47fb491245964eab9abb9187787ed (patch) | |
tree | 20f24fb5ebbddddcccc83747e37908c1ac640fa8 /eclass | |
parent | dev-db/pgpool2: Cleanup old (diff) | |
download | gentoo-b72ad94432f47fb491245964eab9abb9187787ed.tar.gz gentoo-b72ad94432f47fb491245964eab9abb9187787ed.tar.bz2 gentoo-b72ad94432f47fb491245964eab9abb9187787ed.zip |
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@gmail.com>
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozcoreconf-v6.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |