CMake: NOTIFY_DEBUG should be turned on in Standard build

This commit is contained in:
rdb 2020-04-13 13:17:51 +02:00
parent 00b81f381a
commit ffed048c3e

View File

@ -310,6 +310,7 @@ Normally, these are stripped out when we build for release, but sometimes it's
useful to keep them around. Turn this setting on to achieve that." OFF) useful to keep them around. Turn this setting on to achieve that." OFF)
list(APPEND PER_CONFIG_OPTIONS NOTIFY_DEBUG) list(APPEND PER_CONFIG_OPTIONS NOTIFY_DEBUG)
set(NOTIFY_DEBUG_Debug ON CACHE BOOL "") set(NOTIFY_DEBUG_Debug ON CACHE BOOL "")
set(NOTIFY_DEBUG_Standard ON CACHE BOOL "")
option(SUPPORT_FIXED_FUNCTION option(SUPPORT_FIXED_FUNCTION
"This option compiles in support for the fixed-function OpenGL "This option compiles in support for the fixed-function OpenGL