You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake currently links static libraries with -rdynamic. This however reduces for some reason the available optimization options. Instead we have to link all static libs as static.