CMAKE: disable unity build mode for now

Martin Gerhardy 2020-02-26 08:05:30 +01:00
parent a17daa36d4
commit c03cba7b5f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ include(CPack)
option(UNITTESTS "Builds with tests" ON)
option(VISUALTESTS "Builds with visual tests" ON)
option(DISABLE_UNITY "Disable the fast unity build" OFF)
option(DISABLE_UNITY "Disable the fast unity build" ON)
option(TOOLS "Builds with tools" ON)
option(RCON "Builds with rcon tool - also needs TOOLS to be active" ON)
option(SERVER "Builds with server" ON)