Re: [go-nuts] Cross compilation to see assembly outputs with go tool compile

2016-08-21 Thread jose . vazquez
Thanks, that worked too! On Sunday, August 21, 2016 at 1:20:47 AM UTC+1, Aram Hăvărneanu wrote: > > You might also be interested in > > GOOS=linux GOARCH=arm go build -gcflags='-S' foo > > or > > GOOS=linux GOARCH=arm go build -gcflags='-S' -asmflags='-S' foo > > -- > Aram Hăvărneanu

Re: [go-nuts] Cross compilation to see assembly outputs with go tool compile

2016-08-20 Thread Aram Hăvărneanu
You might also be interested in GOOS=linux GOARCH=arm go build -gcflags='-S' foo or GOOS=linux GOARCH=arm go build -gcflags='-S' -asmflags='-S' foo -- Aram Hăvărneanu -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe