debug: fix ISDEBUG checking (#8823)

This commit is contained in:
staz
2024-12-25 04:32:18 +05:00
committed by vaxerski
parent 2a24a61126
commit 1a3d17da91
2 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ void NCrashReporter::createAndSaveCrash(int sig) {
#ifdef LEGACY_RENDERER
finalCrashReport += "legacyrenderer\n";
#endif
#ifndef ISDEBUG
#if ISDEBUG
finalCrashReport += "debug\n";
#endif
#ifdef NO_XWAYLAND