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

[6.1.0]Add -dead_strip in default opt link flags for darwin #17312

Merged
merged 4 commits into from
Jan 27, 2023
Merged

[6.1.0]Add -dead_strip in default opt link flags for darwin #17312

merged 4 commits into from
Jan 27, 2023

Commits on Jan 24, 2023

  1. Add -dead_strip in default opt link flags for darwin

    This is similar to the `--gc-sections` addition here. `-dead_strip` is supported on all versions of ld64 we care about.
    
    Closes #16770.
    
    PiperOrigin-RevId: 501557438
    Change-Id: Ia5e1e94305361f10f1b20654d83edb76126b3056
    keith authored and ShreeM01 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d68e883 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    4642781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e9400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d10a407 View commit details
    Browse the repository at this point in the history