[ASR] Dynamic Linking #722
Labels
auto splitting
This is about the auto splitting implementation.
feature
A new user visible feature for livesplit-core.
needs further discussion
It is unclear how to progress without making further decisions.
Currently, if you link against libc (or any other standard library), everything needs to be statically included in the same executable. It would be nice to dynamically link instead, so that this code isn't unnecessarily duplicated in every single autosplitter.
The text was updated successfully, but these errors were encountered: