mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
* Exclude host tools when setting the default build type.
svn path=/trunk/; revision=57357
This commit is contained in:
parent
daef68bbb8
commit
68e7f54bc1
2 changed files with 4 additions and 3 deletions
|
@ -91,6 +91,10 @@ else()
|
|||
set(CMAKE_CXX_USE_RESPONSE_FILE_FOR_INCLUDES OFF)
|
||||
endif()
|
||||
|
||||
# Default to Debug for the build type
|
||||
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING
|
||||
"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE)
|
||||
|
||||
# Do some cleanup
|
||||
file(REMOVE
|
||||
${REACTOS_BINARY_DIR}/dependencies.graphml
|
||||
|
|
|
@ -52,9 +52,6 @@ else()
|
|||
"Whether to compile with the KD protocol.")
|
||||
endif()
|
||||
|
||||
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING
|
||||
"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE)
|
||||
|
||||
set(_ELF_ FALSE CACHE BOOL
|
||||
"Whether to compile support for ELF files.
|
||||
Do not enable unless you know what you're doing.")
|
||||
|
|
Loading…
Reference in a new issue