aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
995 stars 64 forks source link

Support out of tree builds with make. #16

Closed waywardmonkeys closed 4 years ago

waywardmonkeys commented 5 years ago

This lets you run the Makefile from any location and have the build products be placed outside of the source tree.

Example:

mkdir build/utils
cd build/utils
make -f ../../src/third-party/ClangBuildAnalyzer/projects/make/Makefile
./build/ClangBuildAnalyzer