commit:     4b1b9bbd44e6afaebc16b483c75928da66d5c2ae
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 01:49:21 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 01:49:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1b9bbd

mozcoreconf-v6: drop the double filter-flags that I introduced!!

Closes: https://bugs.gentoo.org/681438

Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 eclass/mozcoreconf-v6.eclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 074b2da9f6a..b5c3537eaf4 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

Reply via email to