在Goland中如何在x32和x64应用程序之间切换?

huangapple go评论83阅读模式
英文:

How to switch between x32 and x64 applications in Goland?

问题

我使用的是Goland v. 2020.1,想要编译我的程序的x32和x64 Windows版本。我该如何做呢?

英文:

I use Goland v. 2020.1 and want to compile x32 and x64 Windows versions of my program. How i can do it?

答案1

得分: 1

我认为你想询问如何在GoLand中设置GOOS和GOARCH。
在构建配置中,有环境设置和程序参数用于构建标签,如果你使用go build指令。

在Goland中如何在x32和x64应用程序之间切换?

英文:

I think you want to ask about how to set GOOS and GOARCH in GoLand.
On build configuration there is Environment setting and Program arguments for build tags if you using go build directive.

在Goland中如何在x32和x64应用程序之间切换?

huangapple
  • 本文由 发表于 2022年12月5日 22:24:12
  • 转载请务必保留本文链接:https://go.coder-hub.com/74689692.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定