Skip to content

Commit

Permalink
disable unity builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Aug 21, 2016
1 parent 9af65ab commit 1814bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/shared.cmake
Expand Up @@ -90,6 +90,8 @@ include (${DYNINST_ROOT}/cmake/options.cmake)
include (${DYNINST_ROOT}/cmake/optimization.cmake)
include (${DYNINST_ROOT}/cmake/cotire.cmake)

set_directory_properties(PROPERTIES COTIRE_ADD_UNITY_BUILD FALSE)

set (BUILD_SHARED_LIBS ON)

set (INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")
Expand Down

0 comments on commit 1814bd3

Please sign in to comment.