I want to disable code optimization during build process to make it easy for duggibg. How can I do it?
+3
A:
Set the OPTIMIZE macro to [] in your config.json's top-level "let" section as:
"let" : {
...
OPTIMIZE : []
}
Leslie Norman
2010-05-15 11:32:34