Skip to content

Add --no-split-library transpiler option#1681

Open
ahomescu wants to merge 4 commits intomasterfrom
ahomescu/no_split_library
Open

Add --no-split-library transpiler option#1681
ahomescu wants to merge 4 commits intomasterfrom
ahomescu/no_split_library

Conversation

@ahomescu
Copy link
Copy Markdown
Contributor

Implement the new --no-split-library option that merges
the emitted static library into every binary, writing a
top-level c2rust-bin-{name}.rs file for each of them.
Each top-level file includes the entire submodule hierarchy
that previously lived in the erased library.

Fixes #1675.

Implement the new --no-split-library option that merges
the emitted static library into every binary, writing a
top-level `c2rust-bin-{name}.rs` file for each of them.
Each top-level file includes the entire submodule hierarchy
that previously lived in the erased library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

option to produce single-target binary crates

1 participant