Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(native_image): clean up args building #71

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Commits on Aug 31, 2023

  1. fix(native_image): Clean up args building

    Make use of `Args` lazy string formatting to save memory.
    Also pass in compiler options as repeated flags, not joined on spaces,
    to prevent issues when compiler options contain spaces.
    fmeum committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a131805 View commit details
    Browse the repository at this point in the history