Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable optimization in the qooxdoo build process?

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?

like image 579
Martin Wittemann Avatar asked Dec 10 '25 12:12

Martin Wittemann


1 Answers

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

"let" : {
   ...
   OPTIMIZE : []
}
like image 159
ThomasH Avatar answered Dec 13 '25 00:12

ThomasH



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!