From 0f3b52c51fa2f93ae4b08c35e3645d49747413d0 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Wed, 30 Aug 2017 21:00:31 -0600 Subject: [PATCH] CMake: Define NOTIFY_DEBUG option --- dtool/Config.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 1d04802404..82c8831031 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -327,6 +327,11 @@ overhead to have this option available even if it is unused, it is by default enabled only in a development build. This has no effect on DirectX rendering." ${IS_DEBUG_BUILD}) +option(NOTIFY_DEBUG + "Do you want to include the 'debug' and 'spam' Notify messages? +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." ${IS_DEBUG_BUILD}) + option(SUPPORT_FIXED_FUNCTION "This option compiles in support for the fixed-function OpenGL pipeline. It is only really useful to turn this off if you are targeting