Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 5300e0fbb943a4d59ac30f3e23f722238cec681b
https://github.com/dyninst/dyninst/commit/5300e0fbb943a4d59ac30f3e23f722238cec681b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-08-29 (Sat, 29 Aug 2020)
Changed paths:
M .gitignore
M cmake/Boost.cmake
M cmake/ElfUtils.cmake
M cmake/LibIberty.cmake
M cmake/ThreadingBuildingBlocks.cmake
R cmake/cotire.cmake
M cmake/options.cmake
M cmake/shared.cmake
M common/CMakeLists.txt
M dwarf/CMakeLists.txt
M dynC_API/CMakeLists.txt
M dyninstAPI/CMakeLists.txt
M elf/CMakeLists.txt
M instructionAPI/CMakeLists.txt
M parseAPI/CMakeLists.txt
M patchAPI/CMakeLists.txt
M proccontrol/CMakeLists.txt
M stackwalk/CMakeLists.txt
M symlite/CMakeLists.txt
M symtabAPI/CMakeLists.txt
Log Message:
-----------
Remove cotire (#816)
Versions 9.3.x used cotire, but have no knob to turn it off. Cotire has
no real use for one-time builds and can break parallel builds with both
static and shared libs.
|