When compiling with cli macros, say
mbed compile -d VERBOSE
it rebuilds the entire program (all mbed libraries)
Is there a way to only recompile my application code, as it basically renders cli macro definitions unusable for me.
When compiling with cli macros, say
mbed compile -d VERBOSE
it rebuilds the entire program (all mbed libraries)
Is there a way to only recompile my application code, as it basically renders cli macro definitions unusable for me.
Hi Tom,
Unfortunately no. Without macros and if you only touch to application it will rebuild only application. Otherwise it will rebuild everything and you can have coffee break.
Regards,
Pekka