Note about clang-format and find
This commit is contained in:
parent
bd29521b09
commit
502bd93e07
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ On a linux machine, make sure that you have `make` and `curl` in path. The rest
|
||||||
of the tooling (gcc, qemu) will be handled by the build system. For extra convenience,
|
of the tooling (gcc, qemu) will be handled by the build system. For extra convenience,
|
||||||
you could also use `bear` for generating "compile_commands.json". This is useful for helping
|
you could also use `bear` for generating "compile_commands.json". This is useful for helping
|
||||||
clangd pick up the correct paths, and will result in better in-editor diagnostics and warnings.
|
clangd pick up the correct paths, and will result in better in-editor diagnostics and warnings.
|
||||||
|
clang-format and find might also be useful for development.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
make get_toolchain # Dont worry, is will land locally inside project directory
|
make get_toolchain # Dont worry, is will land locally inside project directory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue