Build Rust to dynamic libraries instead of static #28

Merged
trurl merged 5 commits from trurl/wmaker:refactor/rust_builds_dylib into refactor/riir 2026-04-12 09:32:48 -04:00
Owner

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.

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.
trurl added 5 commits 2026-04-12 08:43:42 -04:00
trurl force-pushed refactor/rust_builds_dylib from e9d06e23e9 to be39c058f3 2026-04-12 09:18:44 -04:00 Compare
trurl merged commit 18e54ecdfc into refactor/riir 2026-04-12 09:32:48 -04:00
trurl deleted branch refactor/rust_builds_dylib 2026-04-12 09:32:49 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vitrine/wmaker#28