We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f240b commit a3b06b5Copy full SHA for a3b06b5
installation.md
@@ -357,6 +357,9 @@ compile_commands.json file by recording a complete build.
357
358
For a `make`-based build, you can run `make clean; bear -- make` to generate the
359
file (and run a clean build!).
360
+
361
+On Windows, a tool similar to Bear called [compiledb](https://github.com/nickdiego/compiledb)
362
+can be used.
363
</details>
364
365
Other tools can also generate this file. See [the compile_commands.json
0 commit comments