Skip to content

Commit

Permalink
debug_utilities: only build for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
moneromooo-monero committed Aug 4, 2017
1 parent 55e150f commit 71e2876
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ if(NOT IOS)
add_subdirectory(daemonizer)
add_subdirectory(daemon)
add_subdirectory(blockchain_utilities)
endif()

if(CMAKE_BUILD_TYPE STREQUAL Debug)
add_subdirectory(debug_utilities)
endif()

Expand Down

0 comments on commit 71e2876

Please sign in to comment.