go

避免在Golang上使用调试信息。

英文: Avoid debugging information on golang 问题 我认为gc默认包含调试信息。然而,我想避免反编译。 在使用gc编译Go代码时,如何去除调试信息? 注意: 使用...