Add LTO support (#290)
With this patch, static libraries with LTO (with gcc) or ThinLTO (with clang) can be generated by specifying -DENABLE_LTO=TRUE option to cmake.
Loading
Please register or sign in to comment
With this patch, static libraries with LTO (with gcc) or ThinLTO (with clang) can be generated by specifying -DENABLE_LTO=TRUE option to cmake.