ccls
ccls copied to clipboard
Build using LTO if compiler supports it (requires Cmake 3.9)
For clang, we have -flto=full and -flto=thin, and a bunch of other customizable options. Is it simpler delegating CXXFLAGS customization to the user? LTO may have some caveats.
Does it make a difference given that ccls presumably links to the shared llvm lib?