mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

The `--strip-unneeded` removes all symbols needed for library compilation as part of a `.a` static library. ([source](https://www.technovelty.org/linux/stripping-shared-libraries.html)) So these are safe to remove and they should keep our binary debuggable. These should save us ~100Mb unzipped. References #658