piLights / backend

Control your dioder via rpc
GNU General Public License v3.0
1 stars 0 forks source link

reduce the size of the binaries #16

Open jannickfahlbusch opened 8 years ago

jannickfahlbusch commented 8 years ago

The size of the binaries should be reduced: https://blog.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/

jannickfahlbusch commented 8 years ago

The files are now getting compiled with the ldflags -w and -s (fb859beba361925d914cd7a5cadcd4bcbb84afbd)

UPX will follow.