mitchellh / gox

A dead simple, no frills Go cross compile tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change compiler like gccgo?

zhangckid opened this issue · comments

Hi All,

I found we can use "go build -compiler=gccgo" to change the compiler, can I use other compiler in gox?

Thanks
Zhang Chen