summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-10 09:28:29 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-10 09:33:28 +0100
commitf16dc4e9ab52280bfc00725013c57ad489470a61 (patch)
treef707b411c00c9140e087632b7fc4a78b3e201357 /eclass/flag-o-matic.eclass
parentflag-o-matic.eclass: add whitespace around -g* options (diff)
downloadgentoo-f16dc4e9ab52280bfc00725013c57ad489470a61.tar.gz
gentoo-f16dc4e9ab52280bfc00725013c57ad489470a61.tar.bz2
gentoo-f16dc4e9ab52280bfc00725013c57ad489470a61.zip
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@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index fe385a88632c..66b7ffb72ec9 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