commit:     4d470e33c70110af289c652e13a1e75928bf4edd
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 11:54:45 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 12:43:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d470e33

dev-db/mariadb: Do not filter -O flags

The package builds fine with -O0 and -O1 and it passes all tests. The
filter seems to be no longer necessary.

Bug: https://bugs.gentoo.org/114895
Bug: https://bugs.gentoo.org/110149
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-db/mariadb/mariadb-11.4.7-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-11.4.7-r1.ebuild 
b/dev-db/mariadb/mariadb-11.4.7-r1.ebuild
index 9750b91d30e1..fafc96e2de61 100644
--- a/dev-db/mariadb/mariadb-11.4.7-r1.ebuild
+++ b/dev-db/mariadb/mariadb-11.4.7-r1.ebuild
@@ -295,8 +295,6 @@ src_configure() {
        filter-lto
        # bug 508724 mariadb cannot use ld.gold
        tc-ld-is-gold && tc-ld-force-bfd
-       # Bug #114895, bug #110149
-       filter-flags "-O" "-O[01]"
 
        use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
 

Reply via email to