I want to disable code optimization during build process to make it easy for duggibg. How can I do it?
Asked
Active
Viewed 226 times
1 Answers
3
Set the OPTIMIZE macro to [] in your config.json's top-level "let" section as:
"let" : {
...
OPTIMIZE : []
}

WSK
- 5,949
- 8
- 49
- 74