mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
Patch from opensuse. https://build.opensuse.org/projects/openSUSE:Factory/packages/jemalloc/files/fix_make_check_with_gcc15.patch GCC 15 optimizes out allocations which aligned_alloc integration test expects to fail. Using the -fno-builtin option prevents GCC from treating malloc specially in this way and the test-suite to pass. Closes: https://bugs.gentoo.org/955995 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/595 Signed-off-by: Sam James <sam@gentoo.org>