Kostadin
Kostadin
mold fails to build with lto and `-Werror=odr` enabled on Gentoo gcc version: 12.2.0 [complete build log](https://github.com/rui314/mold/files/9434548/build.log) ```/var/tmp/portage/sys-devel/mold-1.4.1/work/mold-1.4.1/third-party/tbb/src/tbb/../../include/tbb/../oneapi/tbb/detail/_exception.h:31: error: type ‘tbb::detail::d0::exception_id’ violates the C++ One Definition Rule [-Werror=odr] 31 |...
Hi, can you add support for Ryzen 2000 series?
Hello, I am running into a bug where if for example I am sharing my entire screen, and open a Youtube video or a game in Fullscreen, the stream keeps...
### Budgie version 10.6.4 ### Use-cases Currently on laptops with 2 batteries, two separate icons for each battery appear in the panel with the percentages of each battery showing beside...
With gcc 14 some C++ Standard Library headers have been changed to no longer include other headers that were being used internally by the library. In logiops's case it is...
libva has an issue regarding a symbol not being found during the linking phase when using -flto and the mold linker. I've turned mold's warnings into errors with `-Wl,--fatal-warnings`, so...
Hey, could you provide a .desktop file in the release tarball? Thanks.
Simple bump to 1.8.2, change postinst message, so it reflects L3 cache, which is the actual cache level that gets taken into consideration, and drop the old 1.7 version. ---...
Before https://github.com/gentoo/gentoo/pull/35556, if you tried to install `games-util/steam-launcher` from this overlay on a fresh install, everything needed would be pulled in by portage, and it would start fine. But now,...
Some of the programs in alsa-tools fail to build with upcoming GCC 15 which uses `-std=gnu23` by default. This can be reproduced on older GCC and Clang versions by adding...