aboutsummaryrefslogtreecommitdiff
path: root/cmake/showoptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r--cmake/showoptions.cmake13
1 files changed, 6 insertions, 7 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index 31e1b412b32..47ad7b0889b 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -50,13 +50,6 @@ else()
message("* Build scripts w/PCH : No")
endif()
-if( USE_SFMT )
- message("* Use SFMT for RNG : Yes")
- add_definitions(-DUSE_SFMT_FOR_RNG)
-else()
- message("* Use SFMT for RNG : No (default)")
-endif()
-
if( WITH_WARNINGS )
message("* Show all warnings : Yes")
else()
@@ -78,4 +71,10 @@ if( WIN32 )
endif()
endif( WIN32 )
+if ( NOJEM )
+ message("")
+ message("*** WARNING: jemalloc linking has been disabled!")
+ message("*** Please note that this is for DEBUGGING WITH VALGRIND only!")
+ message("*** DO NOT DISABLE IT UNLESS YOU KNOW WHAT YOU'RE DOING!")
+endif()
message("")