Skip to content

Commit

Permalink
manifest: update picolibc to avoid setting of CMAKE_BUILD_TYPE
Browse files Browse the repository at this point in the history
This commit updates picolibc module so that CMAKE_BUILD_TYPE is not
defined by picolibc when building with Zephyr.

The avoids a situation where both picolibc and Zephyr defines the
optimization level, for example like: `-Os -O2`.

And remove the warning:
> CMake Warning at .../zephyr/CMakeLists.txt:2166 (message):
>
> The CMake build type was set to 'MinSizeRel', but the optimization
> flag was set to '-O2'.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
  • Loading branch information
tejlmand committed Oct 9, 2024
1 parent 1726443 commit c01cb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ manifest:
- debug
- name: picolibc
path: modules/lib/picolibc
revision: 27746bbc246841852912fc3bb5b45094cd8a505a
revision: pull/7/head
- name: segger
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
path: modules/debug/segger
Expand Down

0 comments on commit c01cb0b

Please sign in to comment.