summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-07-17 20:49:21 -0500
committerJory Pratt <anarchy@gentoo.org>2019-07-17 20:49:21 -0500
commit4b1b9bbd44e6afaebc16b483c75928da66d5c2ae (patch)
tree36e510c921f2cd4c66a80a71a4ab7b8846721ed0
parentmozcoreconf-v6: Disable elf-hack when debug cflags enabled (diff)
downloadgentoo-4b1b9bbd44e6afaebc16b483c75928da66d5c2ae.tar.gz
gentoo-4b1b9bbd44e6afaebc16b483c75928da66d5c2ae.tar.bz2
gentoo-4b1b9bbd44e6afaebc16b483c75928da66d5c2ae.zip
mozcoreconf-v6: drop the double filter-flags that I introduced!!
Closes: https://bugs.gentoo.org/681438 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--eclass/mozcoreconf-v6.eclass2
1 files changed, 0 insertions, 2 deletions
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