Add flag to change build of ClangLazy from shared to static
ClosedPublic

Authored by ivandonchevskii on Oct 20 2017, 10:00 AM.

Details

Summary

Having static library allows to link ClangLazy into libclang (like clangTidy)

Diff Detail

Repository
R74 Clazy
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
smartins requested changes to this revision.Oct 20 2017, 10:36 AM
smartins added inline comments.
CMakeLists.txt
119

this will break mingw, no ?

This revision now requires changes to proceed.Oct 20 2017, 10:36 AM
CMakeLists.txt
119

It's done to fix mingw build :) Without this library mingw does not link because of the missing symbols.
Mingw actually supports .lib libraries :)

This revision was automatically updated to reflect the committed changes.

thanks, this has been merged to master