Browse Source

CMake: NOTIFY_DEBUG should be turned on in Standard build

rdb 5 years ago
parent
commit
ffed048c3e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/Config.cmake

+ 1 - 0
dtool/Config.cmake

@@ -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