Build Rust to dynamic libraries instead of static #28
Reference in New Issue
Block a user
Delete Branch "trurl/wmaker:refactor/rust_builds_dylib"
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?
Pending downstream changes started to run into issues with duplicate symbol definitions at linking time. (This is likely due the same library being linked into a final binary and a dependency as we factor more symbol definitions out into Rust libraries.)
Building dynamic libraries from Rust and linking at binary generation time addresses this problem.
e9d06e23e9tobe39c058f3