aboutsummaryrefslogtreecommitdiff
path: root/cmake/showoptions.cmake
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-01-05 13:11:27 +0100
committerCarbenium <carbenium@outlook.com>2016-01-20 21:31:10 +0100
commit524c3b2e267b2d1d0d9caf1b6d84ba7938904b4b (patch)
tree445c3af1066473fd09b89fcb5793d7acab7985db /cmake/showoptions.cmake
parent36ed04bc6b5c981570c338c0deeb1ebdc0e7cfce (diff)
Build/Misc: Clarify the meaning of one setting
(cherry picked from commit 6861deaae261eba6c779be482e834b31ceda27fe)
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r--cmake/showoptions.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index ea202e3ace7..51b22c3a863 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -56,6 +56,13 @@ else()
endif()
if( WITH_COREDEBUG )
+ message("")
+ message(" *** WITH_COREDEBUG - WARNING!")
+ message(" *** additional core debug logs have been enabled!")
+ message(" *** this setting doesn't help to get better crash logs!")
+ message(" *** in case you are searching for better crash logs use")
+ message(" *** -DCMAKE_BUILD_TYPE=RelWithDebug")
+ message(" *** DO NOT ENABLE IT UNLESS YOU KNOW WHAT YOU'RE DOING!")
message("* Use coreside debug : Yes")
add_definitions(-DTRINITY_DEBUG)
else()