We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25eaf8c commit 1b1fd55Copy full SHA for 1b1fd55
installation.md
@@ -352,8 +352,11 @@ Bazel can generate this file via [this extractor extension](https://github.com/h
352
[Bear](https://github.com/rizsotto/Bear) is a tool to generate a
353
compile_commands.json file by recording a complete build.
354
355
-For a `make`-based build, you can run `make clean; bear -- make` to generate the
356
-file (and run a clean build!).
+For a `make`-based build, you can run
+- `make clean; bear -- make` (for bear 3.0.x versions)
357
+- `make clean; bear make` (for bear 2.4.x versions)
358
+
359
+to generate the 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.
0 commit comments