mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[CMAKE] Build host tools as Debug by default
This is to fix kmtests on Test WHS. Seemingly something is broken with release builds of host tools, at least on GCC x86.
This commit is contained in:
parent
efdda7f7d9
commit
d92f02e2e5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ function(setup_host_tools)
|
|||
endif()
|
||||
|
||||
if(NOT DEFINED HOST_BUILD_TYPE)
|
||||
set(HOST_BUILD_TYPE Release)
|
||||
set(HOST_BUILD_TYPE Debug)
|
||||
endif()
|
||||
|
||||
ExternalProject_Add(host-tools
|
||||
|
|
Loading…
Reference in a new issue