Skip to content

Commit

Permalink
Update debug logging in Windows CI: normal level of build output, but…
Browse files Browse the repository at this point in the history
… detailed boost linkage info.
  • Loading branch information
wrwilliams committed Oct 21, 2016
1 parent 555a8da commit 2816275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
parallel: true
project: Dyninst.sln
verbosity: detailed
verbosity: normal

clone_depth: 5

Expand Down
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_defines(-DBOOST_LIB_DIAGNOSTIC)
set (SOVERSION "${DYNINST_MAJOR_VERSION}.${DYNINST_MINOR_VERSION}")
set (LIBVERSION "${SOVERSION}.${DYNINST_PATCH_VERSION}")
set (DYNINST_VERSION "${LIBVERSION}")
Expand Down

0 comments on commit 2816275

Please sign in to comment.