Skip to content

Commit 32e5894

Browse files
tejlmandnashif
authored andcommitted
manifest: update picolibc to avoid setting of CMAKE_BUILD_TYPE
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 <[email protected]>
1 parent 523efee commit 32e5894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ manifest:
315315
- debug
316316
- name: picolibc
317317
path: modules/lib/picolibc
318-
revision: 27746bbc246841852912fc3bb5b45094cd8a505a
318+
revision: d492d5fa7c96918e37653f303028346bb0dd51a2
319319
- name: segger
320320
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
321321
path: modules/debug/segger

0 commit comments

Comments
 (0)