Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zephyr: Do not build in debug mode #1781

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Commits on Aug 17, 2023

  1. zephyr: Do not build in debug mode

    Builds in the default zephyr mode (optimised for size) which
    saves about 6KiB of flash on a default nrf52840dk build.
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    151a8b2 View commit details
    Browse the repository at this point in the history
  2. docs: release: Add note on zephyr debug mode

    Adds a note that zephyr builds no longer build in debug mode
    by default
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0db6ca4 View commit details
    Browse the repository at this point in the history