Skip to content

Reduce binary size with removing debugging symbols

Tomasz Maczukin requested to merge 2616-reduce-binary-size into master

What does this MR do?

Reduces binary size by ~28% by removing debugging symbols.

Why was this MR needed?

Please read #2616 (closed) for a reference. And here - https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2616#note_36662389 - we have a comparison of two versions - with and without debugging symbols.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Closes #2616 (closed)

Merge request reports