tracy/capture/build/unix
Bartosz Taudul 2dd61aba49
Makefiles can now build clangd database.
Executing the "make db" will run the build process of the selected tool or
library through the bear wrapper (which has to be available in the system),
which will record the compilation parameters of each source file. This
database can be then used by VS Code to set the proper defines and find all
the required includes.

Note that database building is performed in context of the specific tool or
library. Not all tools have the same set of flags.
2022-04-23 23:46:55 +02:00
..
build.mk Use system getopt in capture utility on unix. 2021-01-27 00:32:38 +01:00
debug.mk Store build objects in separate directories. 2018-06-27 20:31:17 +02:00
Makefile Makefiles can now build clangd database. 2022-04-23 23:46:55 +02:00
release.mk Enable Link Time Optimization on unix. 2021-01-26 22:43:50 +01:00