[cbuild] Add option to setup
command allowing it to run without installed toolchains
#312
Labels
enhancement
New feature or request
The
cbuild setup
has multiple goals and one of them is to generatecompile_commands.json
: this feature requires the presence of CMake and installed toolchains.To allow the use of others features, such as the layer detection mechanism, the
cbuild setup
should have an option to run only the first orchestration of csolution calls, avoiding orchestration of CMake and subsequently toolchain calls.This is particularly important for online IDEs and services where the project management is fully decoupled from build management.
Suggestion for the option:
--no-database
The text was updated successfully, but these errors were encountered: