diff options
author | Sam James <sam@gentoo.org> | 2023-12-16 03:08:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-16 03:08:10 +0000 |
commit | 68ed17b3a3185390ee87d59080ab7988cf038a93 (patch) | |
tree | 851b73f38cc456ed5756f228385445aa3c1a3ae3 /app-doc/doxygen | |
parent | app-doc/doxygen: improve -O2 forcing (diff) | |
download | gentoo-68ed17b3a3185390ee87d59080ab7988cf038a93.tar.gz gentoo-68ed17b3a3185390ee87d59080ab7988cf038a93.tar.bz2 gentoo-68ed17b3a3185390ee87d59080ab7988cf038a93.zip |
app-doc/doxygen: filter -fipa-pta
Very slow to compile and not worth it here.
Closes: https://bugs.gentoo.org/920092
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc/doxygen')
-rw-r--r-- | app-doc/doxygen/doxygen-1.9.8.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-doc/doxygen/doxygen-1.9.8.ebuild b/app-doc/doxygen/doxygen-1.9.8.ebuild index d89d17e34816..124dfdecb4fe 100644 --- a/app-doc/doxygen/doxygen-1.9.8.ebuild +++ b/app-doc/doxygen/doxygen-1.9.8.ebuild @@ -106,6 +106,8 @@ src_prepare() { } src_configure() { + # Very slow to compile, bug #920092 + filter-flags -fipa-pta # -Wodr warnings, see bug #854357 and https://github.com/doxygen/doxygen/issues/9287 filter-lto |