commit: 27fd29a909b99e3873042f881921f6315844d33b Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Sun May 26 20:05:43 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Sun May 26 20:07:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fd29a9
mozcoreconf-v6.eclass: filter flag ggdb3 Closes: https://bugs.gentoo.org/681438 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> eclass/mozcoreconf-v6.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index efc9a83d84f..b844a3591c8 100644 --- a/eclass/mozcoreconf-v6.eclass +++ b/eclass/mozcoreconf-v6.eclass @@ -196,7 +196,7 @@ mozconfig_init() { fi # Strip optimization so it does not end up in compile string - filter-flags '-O*' + filter-flags '-O* -ggdb3' # Strip over-aggressive CFLAGS use custom-cflags || strip-flags
