[ci,preload] enable streampool debug

This commit is contained in:
akallabeth
2024-12-04 20:21:06 +01:00
parent 8ff3d282f3
commit ee808c5143
3 changed files with 3 additions and 0 deletions

View File

@@ -26,3 +26,4 @@ set(BUILD_WITH_CLANG_TIDY OFF CACHE BOOL "oss fuzz")
set(OSS_FUZZ ON CACHE BOOL "oss fuzz")
set(BUILD_FUZZERS ON CACHE BOOL "oss fuzz")
set(BUILD_TESTING_INTERNAL ON CACHE BOOL "oss fuzz")
set(WITH_STREAMPOOL_DEBUG ON CACHE BOOL "oss fuzz")

View File

@@ -3,6 +3,7 @@ set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
set(WITH_SERVER ON CACHE BOOL "qa default")
set(WITH_SAMPLE ON CACHE BOOL "qa default")
set(WITH_SIMD ON CACHE BOOL "qa default")
set(WITH_STREAMPOOL_DEBUG ON CACHE BOOL "preload")
set(WITH_VERBOSE_WINPR_ASSERT OFF CACHE BOOL "qa default")
set(ENABLE_WARNING_VERBOSE ON CACHE BOOL "preload")
set(BUILD_SHARED_LIBS OFF CACHE BOOL "qa default")

View File

@@ -1,4 +1,5 @@
set(BUILD_TESTING_INTERNAL ON CACHE BOOL "qa default")
set(WITH_STREAMPOOL_DEBUG ON CACHE BOOL "preload")
set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
set(ENABLE_WARNING_VERBOSE ON CACHE BOOL "preload")
set(WITH_MANPAGES ON CACHE BOOL "qa default")