>
> Hi flj,
>
> You can edit the base.json config file in your
> %qooxdoo_mainfolder%/tool/data/config folder
>
> and comment the line
>
> "optimize" : "${OPTIMIZE}"
That would be a rather crude fix. You should never need to change the
framework files when you want to tweak a job configuration.
base.json uses a macro for a purpose. You can simply override the
optimizations by re-defining this macro in your own config.json. In its
global "let" section just add the macro with the desired value:
"let" : {
...
"OPTIMIZE" : [],
...
}
The empty list will disable all optimizations. For selective enabling the
individual optimizations see [1].
T.
[1] http://qooxdoo.org/documentation/1.0/tool/generator_config_macros
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel