Changed symbol install to OFF.

This commit is contained in:
Armin Novak 2015-12-15 17:19:58 +01:00
parent 6ed43cd6ec
commit 197ba27d72

View File

@ -120,7 +120,8 @@ option(WITH_DEBUG_X11_LOCAL_MOVESIZE "Print X11 Client local movesize debug mess
option(WITH_DEBUG_X11 "Print X11 Client debug messages" ${DEFAULT_DEBUG_OPTION})
option(WITH_DEBUG_XV "Print XVideo debug messages" ${DEFAULT_DEBUG_OPTION})
option(WITH_DEBUG_RINGBUFFER "Enable Ringbuffer debug messages" ${DEFAULT_DEBUG_OPTION})
option(WITH_DEBUG_SYMBOLS "Pack debug symbols to installer" NO)
option(WITH_DEBUG_SYMBOLS "Pack debug symbols to installer" OFF)
if(ANDROID)
include(ConfigOptionsAndroid)