Skip to content

Enable link time optimizations

PabloMK7 requested to merge enablelto into develop

Enables the possibility to use link time optimization at plugin link time. Plugins that may want to benefit from it should add -flto=auto to their CFLAGS and LDFLAGS

Merge request reports