mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
bootstrap: Build with Release config by default to get optimizations
Fixes: #20197
This commit is contained in:
parent
d4d11b1707
commit
9969efa1ae
@ -1595,6 +1595,7 @@ rebuild_cache:
|
||||
echo '
|
||||
# Generated by '"${cmake_source_dir}"'/bootstrap
|
||||
# Default cmake settings. These may be overridden any settings below.
|
||||
set (CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build.") # not FORCE to preserve defaults specified elsewhere
|
||||
set (CMAKE_INSTALL_PREFIX "'"${cmake_prefix_dir}"'" CACHE PATH "Install path prefix, prepended onto install directories." FORCE)
|
||||
set (CMAKE_DOC_DIR "'"${cmake_doc_dir}"'" CACHE PATH "Install location for documentation (relative to prefix)." FORCE)
|
||||
set (CMAKE_MAN_DIR "'"${cmake_man_dir}"'" CACHE PATH "Install location for man pages (relative to prefix)." FORCE)
|
||||
|
Loading…
Reference in New Issue
Block a user