Comment 5 for bug 1613996

Revision history for this message
Andreas Nicolai (ghorwin) wrote :

Performance drop workaround: using static compiler and linker flags

When compiling the solver with CXXFLAGS -static-libgcc -static-libstdc++ -static the solver is now slightly faster on Ubuntu 16.04 than with Ubuntu 14.04. The issue appears to be related to dynamic linking of the runtime libraries.