summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-16 03:07:01 +0000
committerSam James <sam@gentoo.org>2023-12-16 03:08:09 +0000
commit712f6dc0926c54896d6c0717b2c8ccc4d38af2d4 (patch)
treee5679655378ec26e32d5f63c69351ab3e7a0dc37 /app-doc
parentx11-terms/xfce4-terminal: add REQUIRED_USE for wayland/X (diff)
downloadgentoo-712f6dc0926c54896d6c0717b2c8ccc4d38af2d4.tar.gz
gentoo-712f6dc0926c54896d6c0717b2c8ccc4d38af2d4.tar.bz2
gentoo-712f6dc0926c54896d6c0717b2c8ccc4d38af2d4.zip
app-doc/doxygen: improve -O2 forcing
No idea why this is there but improve the output (less noisy) and add a TODO comment. Bug: https://bugs.gentoo.org/920092 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/doxygen/doxygen-1.9.8.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/app-doc/doxygen/doxygen-1.9.8.ebuild b/app-doc/doxygen/doxygen-1.9.8.ebuild
index 5d806d2fbc60..d89d17e34816 100644
--- a/app-doc/doxygen/doxygen-1.9.8.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.8.ebuild
@@ -98,13 +98,9 @@ src_prepare() {
doc/maintainers.txt || die
if is-flagq "-O3" ; then
- ewarn
+ # TODO: Investigate this and report a bug accordingly...
ewarn "Compiling with -O3 is known to produce incorrectly"
- ewarn "optimized code which breaks doxygen."
- ewarn
- elog
- elog "Continuing with -O2 instead ..."
- elog
+ ewarn "optimized code which breaks doxygen. Using -O2 instead."
replace-flags "-O3" "-O2"
fi
}