commit: f16dc4e9ab52280bfc00725013c57ad489470a61
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 08:28:29 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 08:33:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16dc4e9
flag-o-matic.eclass: allow -gdwarf (we already allow -gdwarf-*)
Reported-by: Guilherme Amadio
Suggested-by: Arfrever Frehtes Taifersar Arahesis
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
eclass/flag-o-matic.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index fe385a88632..66b7ffb72ec 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -31,7 +31,7 @@ setup-allowed-flags() {
# debugging symbols should generally be very safe to add
-g '-g[0-9]'
-ggdb '-ggdb[0-9]'
- '-gdwarf-*'
+ -gdwarf '-gdwarf-*'
gstabs -gstabs+
-gz