While we're at it we might also enable link-time optimization (LTO) globally by adding -flto to gcc/linker flags.
See https://gcc.gnu.org/wiki/LinkTimeOptimization for details. This should offset whatever potential benefits direct linking had and might improve performance in general. 18.01.2016 13:13, Holger Freyther пишет: > I am tempted to just put LDFLAGS := $(LDFLAGS:-Wl,-Bsymbolic-functions=) into > the debian/rules. The library will not perform worse than on other platforms. > cheers, Max.
