Skip to content

stm32/mboot: Change debug compiler optimisation to -Og#6829

Closed
andrewleech wants to merge 1 commit intomicropython:masterfrom
andrewleech:mboot_debug_opt
Closed

stm32/mboot: Change debug compiler optimisation to -Og#6829
andrewleech wants to merge 1 commit intomicropython:masterfrom
andrewleech:mboot_debug_opt

Conversation

@andrewleech
Copy link
Copy Markdown
Contributor

With mboot encrpytion and fsload enabled, the DEBUG build -O0 compiler settings result in mboot no longer fitting in the sector.
This PR changes this to -Og which also brings it into line with the regular stm32 build.

@andrewleech andrewleech changed the title stm32/mbooot: Change debug compiler optimisation to -Og stm32/mboot: Change debug compiler optimisation to -Og Feb 2, 2021
@dpgeorge
Copy link
Copy Markdown
Member

dpgeorge commented Feb 2, 2021

Merged in 5ef71cd

@dpgeorge dpgeorge closed this Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants