We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081a3be commit cd91c73Copy full SHA for cd91c73
src/west/app/config.py
@@ -53,7 +53,7 @@
53
A value must exist in the selected configuration file in order to be able
54
to append to it. The existing value can be empty.
55
Examples:
56
- west config -a build.cmake-args -- "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
+ west config -a build.cmake-args -- " -DEXTRA_CFLAGS='-Wextra -g0' -DFOO=BAR"
57
-DCMAKE_VERBOSE_MAKEFILE=ON"
58
west config -a manifest.group-filter ,+optional
59
0 commit comments