现象是,golang,项目里用了sqlite,gogland里debug时极慢
另外run或debug时提示需要gcc,即使install了之后同样提示需要gcc
发现gogland debug和run不同,加了 -a参数
go build -h -a force rebuilding of packages that are already up-to-date.
go 1.9才有这问题 暂时先改下go源码绕过一下问题,提高debug速度,等待后续go或者goland的修复