summaryrefslogtreecommitdiff
path: root/src/cmake/showoptions.cmake
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-07-15 04:47:40 +0700
committerGitHub <noreply@github.com>2021-07-14 23:47:40 +0200
commitb680670047a2fa4c56aa9ec1a99753f7d30cc5d9 (patch)
treea04d36828f003acd211b7fe0aa4cfcb91661765c /src/cmake/showoptions.cmake
parentecea48fece8121c57d9a9761971aa66810f6cf3f (diff)
feat(CMake): delete EXTRA_LOGS (#6897)
Diffstat (limited to 'src/cmake/showoptions.cmake')
-rw-r--r--src/cmake/showoptions.cmake14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cmake/showoptions.cmake b/src/cmake/showoptions.cmake
index 31c387214c..b2e4ee88fb 100644
--- a/src/cmake/showoptions.cmake
+++ b/src/cmake/showoptions.cmake
@@ -118,13 +118,6 @@ endif()
# Performance optimization options:
-if( ENABLE_EXTRAS )
- message("* Enable extra features : Yes (default)")
- add_definitions(-DENABLE_EXTRAS)
-else()
- message("* Enable extra features : No")
-endif()
-
if( ENABLE_VMAP_CHECKS )
message("* Enable vmap DisableMgr checks : Yes (default)")
add_definitions(-DENABLE_VMAP_CHECKS)
@@ -132,13 +125,6 @@ else()
message("* Enable vmap DisableMgr checks : No")
endif()
-if( ENABLE_EXTRA_LOGS )
- message("* Enable extra logging functions : Yes")
- add_definitions(-DENABLE_EXTRA_LOGS)
-else()
- message("* Enable extra logging functions : No (default)")
-endif()
-
if(WIN32)
if(NOT WITH_SOURCE_TREE STREQUAL "no")
message("* Show source tree : Yes - \"${WITH_SOURCE_TREE}\"")