diff options
author | Jory Pratt <anarchy@gentoo.org> | 2019-05-26 15:05:43 -0500 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2019-05-26 15:07:07 -0500 |
commit | 27fd29a909b99e3873042f881921f6315844d33b (patch) | |
tree | eae2fadaa38eed08b570640706404e9187c8a922 /eclass | |
parent | sys-kernel/gentoo-sources: Linux patch 5.1.5 (diff) | |
download | gentoo-27fd29a909b99e3873042f881921f6315844d33b.tar.gz gentoo-27fd29a909b99e3873042f881921f6315844d33b.tar.bz2 gentoo-27fd29a909b99e3873042f881921f6315844d33b.zip |
mozcoreconf-v6.eclass: filter flag ggdb3
Closes: https://bugs.gentoo.org/681438
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozcoreconf-v6.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index efc9a83d84f1..b844a3591c8a 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 |