[ci,preload] enable verbose warnings

This commit is contained in:
Armin Novak
2024-09-25 11:13:22 +02:00
committed by akallabeth
parent cf809e6388
commit 1bc188158b
2 changed files with 2 additions and 0 deletions

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_VERBOSE_WINPR_ASSERT OFF CACHE BOOL "qa default")
set (WITH_VERBOSE_WARNINGS ON CACHE BOOL "preload")
set (BUILD_SHARED_LIBS OFF CACHE BOOL "qa default")
set (BUILD_WITH_CLANG_TIDY OFF CACHE BOOL "qa default")

View File

@@ -1,5 +1,6 @@
set (BUILD_TESTING ON CACHE BOOL "qa default")
set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
set (WITH_VERBOSE_WARNINGS ON CACHE BOOL "preload")
set (WITH_MANPAGES ON CACHE BOOL "qa default")
set (WITH_SAMPLE ON CACHE BOOL "qa default")
set (WITH_SERVER ON CACHE BOOL "qa default")