How to disable optimization in the qooxdoo build process?

我们两清 提交于 2019-12-23 17:26:24

问题


qooxdoo includes some optimizations in its build process which makes it hard to debug "build only" bug. How can I disable the the whole optimizations at once?


回答1:


A simple way to achieve this is to set the OPTIMIZE macro to [] in your config.json's top-level "let" section:

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


来源:https://stackoverflow.com/questions/1887622/how-to-disable-optimization-in-the-qooxdoo-build-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!