Skip to content

Commit

Permalink
flag-o-matic.eclass: allow -gdwarf (we already allow -gdwarf-*)
Browse files Browse the repository at this point in the history
Reported-by: Guilherme Amadio
Suggested-by: Arfrever Frehtes Taifersar Arahesis
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Aug 10, 2020
1 parent 3a5bd53 commit f16dc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/flag-o-matic.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f16dc4e

Please sign in to comment.