Deprecate C_DEBUG definition in favour of standard NDEBUG (#2783)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "widgets/splits/Split.hpp"
|
||||
#include "widgets/splits/SplitContainer.hpp"
|
||||
|
||||
#ifdef C_DEBUG
|
||||
#ifndef NDEBUG
|
||||
# include <rapidjson/document.h>
|
||||
# include "providers/twitch/PubsubClient.hpp"
|
||||
# include "util/SampleCheerMessages.hpp"
|
||||
@@ -178,7 +178,7 @@ void Window::addCustomTitlebarButtons()
|
||||
|
||||
void Window::addDebugStuff()
|
||||
{
|
||||
#ifdef C_DEBUG
|
||||
#ifndef NDEBUG
|
||||
std::vector<QString> cheerMessages, subMessages, miscMessages, linkMessages,
|
||||
emoteTestMessages;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user