Keaper
Results
2
comments of
Keaper
Add more detail message. Verbose message for `compiledb make`: ```bash ➜ test-compiledb$ compiledb -v make ## Building [make]... make -w -C subdir make[1]: Entering directory `/Users/jiajiawang/Workspace/test-compiledb/subdir' gcc main.c -o main.o...
I encountered the same error on MacOS 10.15. I fix this through using `make | compiledb` instead of `compiledb make`. See this [Issue](https://github.com/nickdiego/compiledb/issues/102)