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

build: strip debug symbols #1177

Merged
merged 4 commits into from
May 22, 2022
Merged

build: strip debug symbols #1177

merged 4 commits into from
May 22, 2022

Commits on Mar 5, 2022

  1. build: strip debug symbols

    Stripping the symbols for the release build drops binary size
    currently by 20% and the plugin binaries by up to 50%.
    
    Alternative: Keep the debug symbols also on releases
    a-kenji committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    3230848 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    afec5ef View commit details
    Browse the repository at this point in the history
  2. bump(rust): 1.58.0 -> 1.59.0

    a-kenji committed May 21, 2022
    Configuration menu
    Copy the full SHA
    d897a1f View commit details
    Browse the repository at this point in the history
  3. chore: bump MSRV 1.56 -> 1.59

    Needed for cargos strip-debug feature
    a-kenji committed May 21, 2022
    Configuration menu
    Copy the full SHA
    2a5c3c7 View commit details
    Browse the repository at this point in the history