static linking #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
libc needs to be linked statically.
glibc has made changes that broke userspace in the past, statically linking musl prevents this.
SDL doesn't need to be linked statically, it has an API that allows users, distro maintainers and other programs (like steam) to load newer versions of SDL.
Not sure if all of that also works with sdl_image and sdl_mixer.
i will probably also need to link physfs statically