mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[CMAKE]
Do not compile KDBG by default when building release builds svn path=/trunk/; revision=58530
This commit is contained in:
@@ -46,10 +46,12 @@ if(MSVC)
|
||||
endif()
|
||||
|
||||
else()
|
||||
set(KDBG TRUE CACHE BOOL
|
||||
"Whether to compile in the integrated kernel debugger.")
|
||||
set(_WINKD_ FALSE CACHE BOOL
|
||||
"Whether to compile with the KD protocol.")
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
set(KDBG FALSE CACHE BOOL "Whether to compile in the integrated kernel debugger.")
|
||||
else()
|
||||
set(KDBG TRUE CACHE BOOL "Whether to compile in the integrated kernel debugger.")
|
||||
endif()
|
||||
set(_WINKD_ FALSE CACHE BOOL "Whether to compile with the KD protocol.")
|
||||
endif()
|
||||
|
||||
set(_ELF_ FALSE CACHE BOOL
|
||||
|
||||
Reference in New Issue
Block a user