Re: [qooxdoo-devel] Dangerous optimizations

2007-10-03 Thread Sebastian Werner
This option is not yet for the public. It was just tested some time ago and to correctly implement this does not seem to be that easy. We will work this out later - when there is a bit time. For now, please do not use it. (This is also somewhere mentioned in the wiki) Sebastian Am 03.10.20

Re: [qooxdoo-devel] Dangerous optimizations

2007-10-03 Thread frederic
Hello, What is the status of the parameter optimize-private (in the todo of 0.8) ? my app is broken when using the optimization et the generate JS file is bigger when this param is set to true. cheers. frederic dperez wrote: > > Updated http://qooxdoo.org/documentation/0.7/custom_builds with t

Re: [qooxdoo-devel] Dangerous optimizations

2007-06-19 Thread dperez
Updated http://qooxdoo.org/documentation/0.7/custom_builds with this valuable info. Sebastian Werner wrote: > > Optimize privates is not yet ready and should not be used currently > -- View this message in context: http://www.nabble.com/Dangerous-optimizations-tf3946204.html#a11195101 Sent

Re: [qooxdoo-devel] Dangerous optimizations

2007-06-19 Thread Sebastian Werner
Optimize privates is not yet ready and should not be used currently Sebastian dperez schrieb: > Hi, > > I've checked that my release version of qooxdoo 0.7 fails, whereas the debug > version works ok. > > Here are the additional settings for the release version: > --optimize-st

[qooxdoo-devel] Dangerous optimizations

2007-06-19 Thread dperez
Hi, I've checked that my release version of qooxdoo 0.7 fails, whereas the debug version works ok. Here are the additional settings for the release version: --optimize-strings --optimize-private --optimize-base-call --optimize-varia