google / oauth2l

oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
643 stars 81 forks source link

Consider binary compression #145

Open timdp opened 1 year ago

timdp commented 1 year ago

Version 1.3.0 for x64 Linux weighs in at 5.8 MB. While that's not huge, running it through UPX with default settings brings it down to 2.3 MB, a whopping 60% reduction. This seems like a fairly trivial improvement that could be incorporated into the Makefile. Thoughts?