summaryrefslogtreecommitdiffstats
path: root/cmake/CMakeFindBinUtils.cmake
AgeCommit message (Collapse)Author
2016-03-25Remove gcc-{ar,nm,ranlib} hackMatthias Schiffer
If a GCC version is used which requires the GCC-specific binutils for LTO, they should rather be provided explicitly.
2014-06-08Add ENABLE_LTO cmake optionMatthias Schiffer
Tested with GCC and clang; unlikely to work with other toolchains, so it's disabled by default.
2014-06-06Use gcc-provided ar, nm and ranlib if available to allow supporting LTOMatthias Schiffer