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

make link_args use spaces as separators #6192

Closed
wants to merge 1 commit into from
Closed

make link_args use spaces as separators #6192

wants to merge 1 commit into from

Commits on May 2, 2013

  1. make link_args use spaces as separators

    Lots of linking arguments need to be passed as -Wl,--foo so giving the
    comma meaning at the rustc layer makes those flags impossible to pass.
    
    Multiple arguments can now be passed from a shell by quoting the
    argument: --link-args='-lfoo -Wl,--as-needed'.
    thestinger committed May 2, 2013
    5 Configuration menu
    Copy the full SHA
    7aa10e6 View commit details
    Browse the repository at this point in the history