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

Strip all debug symbols from Go binaries by default #6035

Commits on Feb 29, 2024

  1. Strip all debug symbols from Go binaries by default

    This reduces binary sizes by around 30%, which in turn reduces the size
    of Antrea container images.
    
    If by any chance someone needs to create a binary / image with debug
    symbols, they should edit LDFLAGS / GOFLAGS in the Makefile directly.
    
    We also remove system paths from binaries using the "-trimpath" Go flag,
    which is best practice when shipping Go binaries.
    
    For antrea-io#5883
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    58973d1 View commit details
    Browse the repository at this point in the history