diff options
author | Sam James <sam@gentoo.org> | 2023-12-23 18:11:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-23 18:11:12 +0000 |
commit | fb34618c547e61049007838d3ea7fa46055b0027 (patch) | |
tree | 3c8b117dd0d50db66c37df4c4f08ff1775905ebe /eclass/flag-o-matic.eclass | |
parent | sys-devel/gcc: add 12.3.1_p20231222 (diff) | |
download | gentoo-fb34618c547e61049007838d3ea7fa46055b0027.tar.gz gentoo-fb34618c547e61049007838d3ea7fa46055b0027.tar.bz2 gentoo-fb34618c547e61049007838d3ea7fa46055b0027.zip |
flag-o-matic.eclass: allow -fdebug-default-version=*
Reported by leio. We need this for e.g. Clang to produce output that debugedit
is happy with.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 0e427649c015..500ceb5941a8 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -81,6 +81,7 @@ _setup-allowed-flags() { -gstabs -gstabs+ -gz -glldb + '-fdebug-default-version=*' # Cosmetic/output related, see e.g. bug #830534 -fno-diagnostics-color '-fmessage-length=*' |