Skip to content

Commit 427916a

Browse files
authored
docs: update build command in stm32mp1 readme
Co-authored-by: André Costa <andre_miguel_costa@hotmail.com>
1 parent e5c99b8 commit 427916a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/stm32mp157f-dk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ activating the SDK can look like, depending on where it's installed:
117117
```
118118
Build the project:
119119
```shell
120-
cmake -B build -DCONFIG=wayland
120+
cmake -B build -DCONFIG=wayland -DCMAKE_BUILD_TYPE=Release
121121
cmake --build build -j$(nproc)
122122
```
123123

@@ -152,7 +152,7 @@ since they depend on OpenGL ES 3 while only OpenGL ES 2 is available on this boa
152152
```shell
153153
cp configs/drm-egl-2d.defaults lv_conf.defaults
154154
# now disable LV_USE_OPENGLES and LV_LINUX_DRM_USE_EGL in lv_conf.defaults
155-
cmake -B build
155+
cmake -B build -DCMAKE_BUILD_TYPE=Release
156156
```
157157

158158
### Debugging

0 commit comments

Comments
 (0)