aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
969 stars 60 forks source link

Do not link rt on macOS #55

Closed mathbunnyru closed 3 years ago

mathbunnyru commented 3 years ago

-lrt doesn't work under macOS, so building using cmake didn't work. Now it works as expected.

mathbunnyru commented 3 years ago

Closing in favor of https://github.com/aras-p/ClangBuildAnalyzer/pull/62