https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d92f02e2e563d52865f36…
commit d92f02e2e563d52865f36217ae7f4efa71f75442
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Sun Jan 26 14:26:56 2025 +0200
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Sun Jan 26 23:52:45 2025 +0200
[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.
---
sdk/cmake/host-tools.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/cmake/host-tools.cmake b/sdk/cmake/host-tools.cmake
index e2349b8841d..4114256096d 100644
--- a/sdk/cmake/host-tools.cmake
+++ b/sdk/cmake/host-tools.cmake
@@ -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