mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user