server: proxy: do not compile modules by default

This commit is contained in:
Kobi Mizrachi
2020-01-13 12:30:09 +02:00
committed by akallabeth
parent 706e13c312
commit e3728c1822
5 changed files with 14 additions and 2 deletions

View File

@@ -49,3 +49,4 @@ set (WITH_DEBUG_XV OFF CACHE BOOL "enable debug")
set (WITH_SAMPLE ON CACHE BOOL "samples")
set (WITH_NO_UNDEFINED ON CACHE BOOL "don't link with undefined symbols")
set (WITH_SANITIZE_ADDRESS ON)
set (WITH_PROXY_MODULES OFF CACHE BOOL "compile proxy modules")