Database Generation
CMake
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=On ...
Makefile
https://github.com/nickdiego/compiledb
On macOS, you may need to use gmake
to workaround SIP (System Integrity Protection).
Sep 09, 20231 min read
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=On ...
https://github.com/nickdiego/compiledb
On macOS, you may need to use gmake
to workaround SIP (System Integrity Protection).