desura / Desurium

Free online games platform (juegos gratis), with an open source client. LGPL repo for Desura client. Potentially out of date. See https://github.com/desura/desura-app for newest (LGPL) client.
https://www.desura.com/es
GNU General Public License v3.0
270 stars 42 forks source link

desurium doesn't compile with link-time optimization #552

Open prettyv opened 11 years ago

prettyv commented 11 years ago

As reported in the comments for the AUR-desurium package (https://aur.archlinux.org/packages/desurium/), desurium currently doesn't compile with the non-default linker option "-flto". According to the reporter this is linked to the following issue in binutils: http://sourceware.org/bugzilla/show_bug.cgi?id=14342

Not sure if that is something we should/can care about...

karolherbst commented 11 years ago

it seems, that this bug occurs only with the ld.gold linker. The ld.bfd linker is fine here. Maybe I find something what is causing this