Re: [go-nuts] Re: upx / darwin support

2016-06-27 Thread robfig
Go 1.6 I haven't tried tip but according to a comment on a related issue , it doesn't sound like this is seen as Go's issue so I wouldn't expect any changes $ GOOS=darwin go build -o glock github.com/robfig/glock $ upx glock

Re: [go-nuts] Re: upx / darwin support

2016-06-23 Thread Peter Waller
On 23 June 2016 at 04:49, Miki Tebeka wrote: > Which version of Go are you using? According to > https://github.com/pwaller/goupx upx should work well with go 1.6 > (didn't check) > goupx only ever worked with Linux binaries, not OSX (darwin) binaries. I (author of goupx) don't know the state of

[go-nuts] Re: upx / darwin support

2016-06-22 Thread Miki Tebeka
Which version of Go are you using? According to https://github.com/pwaller/goupx upx should work well with go 1.6 (didn't check) On Wednesday, June 22, 2016 at 11:55:58 PM UTC+3, robfig wrote: > > Does anyone know a way to use upx (or comparable tool) to shrink Go darwin > binaries? (It already