Skip to content

Commit

Permalink
More diagnostic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed Oct 25, 2016
1 parent 1e1c382 commit a977d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/shared.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set (DYNINST_PATCH_VERSION 0)

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

0 comments on commit a977d0c

Please sign in to comment.