FreeRDP/ci/cmake-preloads/config-ubuntu-1204.txt

12 lines
508 B
Plaintext
Raw Normal View History

2013-11-30 19:43:37 +04:00
message("PRELOADING cache")
set (WITH_MANPAGES OFF CACHE BOOL "man pages")
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
set (WITH_CUPS OFF CACHE BOOL "CUPS printing")
2017-05-11 19:51:45 +03:00
set (WITH_GSSAPI ON CACHE BOOL "Kerberos support")
2013-11-30 19:43:37 +04:00
set (WITH_ALSA OFF CACHE BOOL "alsa audio")
set (WITH_FFMPEG OFF CACHE BOOL "ffmepg support")
set (WITH_XV OFF CACHE BOOL "xvideo support")
set (BUILD_TESTING ON CACHE BOOL "build testing")
set (WITH_XSHM OFF CACHE BOOL "build with xshm support")
set (WITH_SANITIZE_ADDRESS ON)