mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 18:35:40 +02:00
12 lines
348 B
Markdown
12 lines
348 B
Markdown
# sfdk compiledb
|
|
|
|
> Generates compilation database.
|
|
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#editing-code-without-sailfish-ide/>.
|
|
|
|
- Generate compilation database:
|
|
|
|
`sfdk compiledb`
|
|
|
|
- Generate compilation database with extra `make` arguments:
|
|
|
|
`sfdk compiledb {{arguments}}`
|