开发者

How can I disable code optimization during build process?

开发者 https://www.devze.com 2022-12-30 03:47 出处:网络
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:

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

精彩评论

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

关注公众号