debug: fix ISDEBUG checking (#8823)
This commit is contained in:
parent
2a24a61126
commit
1a3d17da91
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue