You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
partial setting. Groups every global setting related to partial linking.
It now contains the old partial_scripts_folder and partial_build_segments_folder settings, renamed to scripts_folder and build_segments_folder respectively.
partial.segment_extension: Specify the extension used for partially linked
segments.
Changed
Add #[non_exhaustive] attributes to all relevant structures.
LinkerWriter::new, LinkerWriter::new_reference_partial_objects and PartialLinkerWriter::new now return a Result<Self, SlinkyError>.
The extension for partial segments have been changed from o to plf.
The extension used can be changed with the partial.segment_extension
setting.
Removed
Delete the old partial_scripts_folder and partial_build_segments_folder
settings in favor of the new partial.scripts_folder and partial.build_segments_folder settings.