From afa2ea03d03e6793d34704e4c75f2846ecbffd52 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sat, 27 Jul 2019 17:08:24 +0100 Subject: [PATCH] Add link to compiledb to README It works better than bear on systems like macOS where SIP prevents bear from working. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3961997a..c4ebfd2f 100644 --- a/README.md +++ b/README.md @@ -1011,7 +1011,7 @@ documentation][compdb]. In short: symlink the generated database to the root of your project. - If using Ninja, check out the `compdb` tool (`-t compdb`) in its [docs][ninja-compdb]. -- If using GNU make, check out [Bear][]. +- If using GNU make, check out [compiledb][] or [Bear][]. - For other build systems, check out [`.ycm_extra_conf.py`](#option-2-provide-the-flags-manually) below. Note that **experimental** [clangd][]-based completer doesn't support this option. So it @@ -3747,3 +3747,4 @@ This software is licensed under the [GPL v3 license][gpl]. [clangd-indexing]: https://clang.llvm.org/extra/clangd.html#project-wide-indexing [vimspector]: https://github.com/puremourning/vimspector [roslyn-releases]: https://github.com/OmniSharp/omnisharp-roslyn/releases +[compiledb]: https://pypi.org/project/compiledb/