如何禁用 qooxdoo 构建过程中的优化?
qooxdoo 在其构建过程中包含一些优化,这使得调试“仅构建”错误变得困难。如何立即禁用整个优化?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实现此目的的一个简单方法是将 OPTIMIZE 宏设置为 config.json 的顶级“let”部分中的 []:
A simple way to achieve this is to set the OPTIMIZE macro to [] in your config.json's top-level "let" section: