Skip to content

Enable LTO without performance degradation

Tiago Peixoto requested to merge count0/python-graph-tool:main into main

-flto needs to be set via MOD_CXXFLAGS passed to configure, not globally, since it must be overridden in specific compilation units to prevent performance degradation (due to unwanted mixture of optimization flags during link time).

Merge request reports

Loading