diff options
author | vaxerski <[email protected]> | 2022-06-21 22:09:46 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-06-21 22:09:46 +0200 |
commit | a2fa1bc80db40302fd3c2be24b1f063a0db19d44 (patch) | |
tree | f54b382d032b90c9950b3c0800c06b2ae8df6e7f /CMakeLists.txt | |
parent | f58bb0187b60e4d7055527d1bf8e4b3bc6dfee91 (diff) | |
download | Hyprland-a2fa1bc80db40302fd3c2be24b1f063a0db19d44.tar.gz Hyprland-a2fa1bc80db40302fd3c2be24b1f063a0db19d44.zip |
fix CMake debug mode
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e78eea0e..44246e7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ ENDIF(NO_XWAYLAND MATCHES true) IF(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG) message(STATUS "Configuring Hyprland in Debug with CMake!") + add_definitions( -DHYPRLAND_DEBUG ) ELSE() # add_compile_options(-O3) # may crash for some message(STATUS "Configuring Hyprland in Release with CMake!") |