diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-01-05 13:11:27 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-01-05 13:11:27 +0100 |
commit | 6861deaae261eba6c779be482e834b31ceda27fe (patch) | |
tree | f6612dc2e7b44f34ddce9b64062cde5cd354bfad | |
parent | 893c63f32039a9d5bf7c225ac918297d9bdc375a (diff) |
Build/Misc: Clarify the meaning of one setting
-rw-r--r-- | cmake/showoptions.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 3136730a6b4..110b2f01a64 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() |