From: Jory Pratt Date: Thu, 18 Jul 2019 01:49:21 +0000 (-0500) Subject: mozcoreconf-v6: drop the double filter-flags that I introduced!! X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4b1b9bbd44e6afaebc16b483c75928da66d5c2ae;p=gentoo.git mozcoreconf-v6: drop the double filter-flags that I introduced!! Closes: https://bugs.gentoo.org/681438 Signed-off-by: Jory Pratt --- diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index 074b2da9f6a6..b5c3537eaf4d 100644 --- a/eclass/mozcoreconf-v6.eclass +++ b/eclass/mozcoreconf-v6.eclass @@ -198,8 +198,6 @@ mozconfig_init() { # Strip optimization so it does not end up in compile string filter-flags '-O*' - filter-flags '-O*' - if is-flagq '-g*' ; then mozconfig_annotate 'elf-hack broken with -g* flags' --disable-elf-hack fi