On 10/25/2010 04:55 PM, Markus Wolf wrote: > Hi, > > how to disabled the property and privates optimizations for a build > target? We tried different options in the config.json but did not succeed.
In the global "let" section of your config.json, set the OPTIMIZE macro to a positive list, i.e. the list of optimizations you *want* to have, in your case: "OPTIMIZE" : ["strings", "variables", "basecalls"] This leaves out the "privates" optimization. There is no property optimization you can disable. T. > > Thanks for any hint > Markus Wolf > -- > Markus Wolf, Developer > markus.w...@sinnerschrader.com <mailto:markus.w...@sinnerschrader.com> > > T +49.40.39 88 55 - 324 > > SinnerSchrader Deutschland GmbH > Völckersstraße 38, D-22765 Hamburg > Amtsgericht Hamburg HRB-Nr. 63663 > Geschäftsführer: Matthias Schrader (Sprecher), Holger Blank, > Laurent Burdin, Thomas Dyckhoff, Chris Wallon > Büros: Hamburg, Frankfurt am Main > > http://www.sinnerschrader.de | Creating Radical Relationships. > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > > > > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel