Skip to content

Commit

Permalink
Turn on link diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed Oct 24, 2016
1 parent daba662 commit 62d5feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/shared.cmake
Expand Up @@ -4,7 +4,7 @@ set (DYNINST_PATCH_VERSION 0)

# Debugging
set(Boost_DEBUG 1)
add_definitions(-DBOOST_LIB_DIAGNOSTIC)
add_definitions(-DBOOST_LIB_DIAGNOSTIC=1)
set (SOVERSION "${DYNINST_MAJOR_VERSION}.${DYNINST_MINOR_VERSION}")
set (LIBVERSION "${SOVERSION}.${DYNINST_PATCH_VERSION}")
set (DYNINST_VERSION "${LIBVERSION}")
Expand Down

0 comments on commit 62d5feb

Please sign in to comment.