gui-apps/hyprlock: add 0.5.0

Signed-off-by: Anthony Ruhier <aruhier@mailbox.org>
This commit is contained in:
Anthony Ruhier
2024-10-30 11:15:07 +01:00
parent f685f5b75c
commit fa37442d89
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2dfd6c..96f34b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
message(STATUS "Configuring hyprlock in Debug with CMake")
add_compile_definitions(HYPRLAND_DEBUG)
else()
- add_compile_options(-O3)
message(STATUS "Configuring hyprlock in Release with CMake")
endif()