开发者

How can I disable code optimization during build process?

I want to disable code optimization during build process to make it easy for duggibg.开发者_运维百科 How can I do it?


Set the OPTIMIZE macro to [] in your config.json's top-level "let" section as:

"let" : {
...
OPTIMIZE : []
}

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜