golang tips

go install gcflags  -I -N

 

https://gist.github.com/3025333

 

 

https://gist.github.com/3025333

 

 

Turning off optimization and inlining in Go gc compilers

Pass the flags -gcflags '-N -l'.

$ go build -gcflags '-N -l' [code.go]

or

$ go install -gcflags '-N -l' [code.go]

References

posted on   sgano1  阅读(148)  评论(0编辑  收藏  举报

努力加载评论中...

导航

点击右上角即可分享
微信分享提示