From ac0f3411c18497a39498b756b711e092512de9e0 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 11 Apr 2024 02:13:05 +0100 Subject: [PATCH] macros: fix no pch warning --- src/macros.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/macros.hpp b/src/macros.hpp index 02ca185d..19b4cbc6 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -6,7 +6,6 @@ #ifndef NDEBUG #ifdef HYPRLAND_DEBUG -#define HYPRLAND_DEBUG #define ISDEBUG true #else #define ISDEBUG false