Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 507 Bytes

DEVELOPMENT.md

File metadata and controls

11 lines (7 loc) · 507 Bytes

Development guidelines

Generate compilation database

JSON Compilation Database files can be used by clangd or similar tools to add source code cross-references and code completion functionality to editors.

The following command can be used to generate the compile_commands.json file:

BAZEL_BUILD_OPTION_LIST="--define=engine=multi" ./tools/gen_compilation_database.py --include_all //test/... //:lib