On 11/04/2010 10:29 AM, Adrian Olaru wrote:
> 
> Hi Kenneth,
> 
> I think you are looking for the "optimize" key.
> 
> http://manual.qooxdoo.org/1.2.x/pages/tool/generator_config_articles.html
> 
> Something like that (didn't test it though):
> 
> "compile-options" :
> {
>   "code" :
>   {
>     "optimize" : ["basecalls", "privates", "strings"],
>   }
> }
> 
> I left out the "variables" from the array. You cand also leave out privates,
> if you want.

It's better to use the "OPTIMIZE" macro in the global "let" section of
your config.json. Just as Adi wrote, give it a list of optimizations
that you *do* want, and leave out those that you don't.

T.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to