summaryrefslogtreecommitdiffstatshomepage
path: root/docs/develop/extendingmicropython.rst
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2021-12-09 08:44:26 +0100
committerrobert-hh <robert@hammelrath.com>2021-12-14 08:07:52 +0100
commitc5dbbf71c0021e03bf39aeedf31561be81b61978 (patch)
tree39a889c7e589e4d83b26ba0bc84c950d54eef9f7 /docs/develop/extendingmicropython.rst
parent64aa0bcb88cda556e77df4ab66d4005b1ec6a8e5 (diff)
downloadmicropython-c5dbbf71c0021e03bf39aeedf31561be81b61978.tar.gz
micropython-c5dbbf71c0021e03bf39aeedf31561be81b61978.zip
mimxrt: Use -Og instead of -O0 for DEBUG builds.
Thanks for the hint, Damien. The DEBUG build got very large recently. The major difference is, that inline function are now inlined and not included as a function. That's good and maybe bad. The good thing is, that the code speed si now close to the final code. It could be worse in single step debugging. I'll see. Setting this option caused a new warning and a formatting error to pop up at different places. Fixed as well.
Diffstat (limited to 'docs/develop/extendingmicropython.rst')
0 files changed, 0 insertions, 0 deletions