lang/cc: rename +cc-{include-paths,compiler-options} #305
This commit is contained in:
parent
71c0c96b60
commit
b331acb46b
3 changed files with 12 additions and 14 deletions
|
@ -81,8 +81,8 @@ rc -J $PROJECT_ROOT # loads PROJECT_ROOT's compile_commands.json
|
|||
* Configure
|
||||
** Compile settings
|
||||
By default, a set of default compile settings are defined in
|
||||
~+cc-compiler-options~ for C, C++ and Objective C. Irony, rtags and flycheck
|
||||
will fall back to these.
|
||||
~+cc-default-compiler-options~ for C, C++ and Objective C. Irony, rtags and
|
||||
flycheck will fall back to these.
|
||||
|
||||
To make these tools aware of project specific build settings, you need a JSON
|
||||
[[https://sarcasm.github.io/notes/dev/compilation-database.html#ninja][compilation database]] present (i.e. a ~compile_commands.json~ file).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue