Skip to content

Disable unstable true-static linking

Alex Martin requested to merge fix-link into trunk

"True" static linking, where the dynamic loader (normally ld-linux-*.so.*) is not invoked, currently produces binaries that perform invalid memory references and crash, likely due to some type of miscommunication between the linker and the compiler. This MR disables true static linking until a more permanent solution is found.

Merge request reports