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 debug symbols to reduce binary size #1298

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

pfrcks
Copy link
Contributor

@pfrcks pfrcks commented Jul 24, 2024

This pull request includes changes to the build process of three different Go plugins: containerinventory, perf, and fbplugin. The changes involve adding -s -w flags to the go build command in the Makefile of each plugin. These flags are used to reduce the size of the resulting binary by removing symbol table and debug information.

Changes to build process:

@pfrcks pfrcks requested a review from a team as a code owner July 24, 2024 19:19
Copy link

github-actions bot commented Aug 4, 2024

This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@ganga1980
Copy link
Contributor

/Azurepipelines run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ganga1980 ganga1980 enabled auto-merge (squash) August 6, 2024 03:17
@ganga1980 ganga1980 merged commit 4fd872d into ci_prod Aug 6, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants