Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Feb 22, 2024
1 parent 0800410 commit 05cb8c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/docs/software/advanced-gradlerio/gradlew-tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ CompileCommands tasks
---------------------

``./gradlew generateCompileCommands`` - Generate compile_commands.json for C++ programs. This is a configuration file that is used by clangd, which is supported by many Integrated Development Environments and build tools.

.. warning::
Using compile commands isn't recommended for most users and has a variety of pitfalls compared to in built intellisense.

.. note::
This file will be outputted under ``build/TargetedCompileCommands/targetplatformandbuildtype`` but needs to be moved to the root of your project. Make sure you have gitignored this file.

Expand Down

0 comments on commit 05cb8c6

Please sign in to comment.