aras-p / ClangBuildAnalyzer

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

Fix build on FreeBSD #94

Closed artemist closed 4 months ago

artemist commented 4 months ago

After the first change I was able to build ClangBuildAnalyzer but tests had many coredumps and memory safety errors discovered by valgrind and ASAN. Updating enkiTS seems to fix the issue and build still works for me on Linux.