Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
qooxdoo 在其构建过程中包含一些优化,这使得调试“仅构建”错误变得困难。如何一次禁用整个优化?
实现此目的的一种简单方法是在 config.json 的顶级“let”部分中将 OPTIMIZE 宏设置为 []:
"let" : { ... OPTIMIZE : [] }