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
Currently the nRF FW is build without optimization. This might be good for attaching a debugger but bad for size and performance. Just building with -Os (optimize for size) reduces the binary with half. I suggest starting to build with -Os and add a DEBUG build option.
The text was updated successfully, but these errors were encountered:
Currently the nRF FW is build without optimization. This might be good for attaching a debugger but bad for size and performance. Just building with -Os (optimize for size) reduces the binary with half. I suggest starting to build with -Os and add a DEBUG build option.
The text was updated successfully, but these errors were encountered: