I want to disable code optimization during the build process to make duggibg easy. how can I do this?
Set the optimized macro [] in the top-level of your config.json "Walk" section Type:
"Walk": {... ... Optimize: []
}
I want to disable code optimization during the build process to make duggibg easy. how can I do this?
Set the optimized macro [] in the top-level of your config.json "Walk" section Type:
"Walk": {... ... Optimize: []
}
Comments
Post a Comment