- Change "re-run CMake" to "re-run CMake configuration steps" because `west build -v ...` displays `cmake --build ...` every time which can confuse non-experts. - Explain what is the actual issue with re-configuring: it makes the incremental builds slower. But not much slower: ``` $ west build -b qemu_x86 samples/hello_world/ -DCONFIG_OUTPUT_STAT=y [133/133] Linking C executable zephyr/zephyr.elf $ west build -b qemu_x86 samples/hello_world/ -DCONFIG_OUTPUT_STAT=y [16/16] Linking C executable zephyr/zephyr.elf ``` - Explain that the best solution is to simply skip to the next section Signed-off-by: Marc Herbert <marc.herbert@intel.com> |
||
|---|---|---|
| .. | ||
| basics.rst | ||
| build-flash-debug.rst | ||
| built-in.rst | ||
| config.rst | ||
| extensions.rst | ||
| index.rst | ||
| install.rst | ||
| manifest.rst | ||
| moving-to-west.rst | ||
| release-notes.rst | ||
| sign.rst | ||
| troubleshooting.rst | ||
| west-apis.rst | ||
| west-mr-model.png | ||
| west-not-found.rst | ||
| why.rst | ||
| without-west.rst | ||
| workspaces.rst | ||
| zephyr-cmds.rst | ||