mozcoreconf-v6: drop the double filter-flags that I introduced!!
authorJory Pratt <anarchy@gentoo.org>
Thu, 18 Jul 2019 01:49:21 +0000 (20:49 -0500)
committerJory Pratt <anarchy@gentoo.org>
Thu, 18 Jul 2019 01:49:21 +0000 (20:49 -0500)
Closes: https://bugs.gentoo.org/681438

Signed-off-by: Jory Pratt <anarchy@gentoo.org>
eclass/mozcoreconf-v6.eclass

index 074b2da9f6a6c9c568255eb3f47df12a3e286539..b5c3537eaf4d5cb145bc22285e69919d32751a74 100644 (file)
@@ -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