aras-p / ClangBuildAnalyzer

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

Fix build on MinGW (MSYS2) #68

Closed vittorioromeo closed 3 years ago

vittorioromeo commented 3 years ago

mtime.time is of type FILETIME when compiling under MinGW x64 using MSYS2. The presence of -lrt causes a linker error as well, removing it fixes the issue.

aras-p commented 3 years ago

I know nothing about MinGW, but I'm going to assume that #62 already fixed the issue.