build: fix debug builds

This commit is contained in:
2024-05-05 00:40:48 +03:00
parent 79a148a21a
commit 66baa78cda
6 changed files with 11 additions and 3 deletions

View File

@ -15,7 +15,9 @@
* along with awesome-widgets. If not, see http://www.gnu.org/licenses/ *
***************************************************************************/
#ifndef NDEBUG
#define NDEBUG
#endif /* NDEBUG */
#include <KI18n/KLocalizedString>
#include "awdebug.h"