You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even with NDEBUG defined, MBED_ERROR defines down to mbed_error which calls print_error_report which in turn uses the vprintf library. This adds between 6 and 7K (under gcc) which is a significant overhead when trying to build a minimal application (e.g. bootloader).