aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/macros.hpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-04-11 02:13:05 +0100
committerVaxry <[email protected]>2024-04-11 02:13:05 +0100
commitac0f3411c18497a39498b756b711e092512de9e0 (patch)
tree69fc44e38fd3b31ac0bf358286b979061d35ef55 /src/macros.hpp
parentabc131ec7b38b6d10e772fde0f764cd1bd2e9446 (diff)
downloadHyprland-ac0f3411c18497a39498b756b711e092512de9e0.tar.gz
Hyprland-ac0f3411c18497a39498b756b711e092512de9e0.zip
macros: fix no pch warning
Diffstat (limited to 'src/macros.hpp')
-rw-r--r--src/macros.hpp1
1 files changed, 0 insertions, 1 deletions
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