Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 26 May 2019 20:07:24
Message-Id: 1558901227.27fd29a909b99e3873042f881921f6315844d33b.anarchy@gentoo
1 commit: 27fd29a909b99e3873042f881921f6315844d33b
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 20:05:43 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 20:07:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fd29a9
7
8 mozcoreconf-v6.eclass: filter flag ggdb3
9
10 Closes: https://bugs.gentoo.org/681438
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 eclass/mozcoreconf-v6.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
17 index efc9a83d84f..b844a3591c8 100644
18 --- a/eclass/mozcoreconf-v6.eclass
19 +++ b/eclass/mozcoreconf-v6.eclass
20 @@ -196,7 +196,7 @@ mozconfig_init() {
21 fi
22
23 # Strip optimization so it does not end up in compile string
24 - filter-flags '-O*'
25 + filter-flags '-O* -ggdb3'
26
27 # Strip over-aggressive CFLAGS
28 use custom-cflags || strip-flags