From b680670047a2fa4c56aa9ec1a99753f7d30cc5d9 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Thu, 15 Jul 2021 04:47:40 +0700 Subject: feat(CMake): delete EXTRA_LOGS (#6897) --- src/cmake/showoptions.cmake | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/cmake') 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}\"") -- cgit v1.2.3