We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c53fe commit d57a9f6Copy full SHA for d57a9f6
docs/source/compilation-databases.rst
@@ -64,6 +64,8 @@ obtain a compilation database for the CPU:
64
improve the quality of CBI's results. Other generators (such as "Unix
65
Makefiles") may use response (:code:`.rsp`) files to pass command-line
66
options, and any options passed this way will not be respected by CBI.
67
+ You may need to install Ninja on your system (e.g., with :code:`pip install
68
+ ninja` or similar).
69
70
This :code:`compile_commands.json` file includes all the commands required to
71
build the code, corresponding to the commands that would be executed if we were
0 commit comments