mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 07:42:52 +00:00
18 lines
441 B
Plaintext
18 lines
441 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|