void-packages/srcpkgs/glyr/patches/fix-cflags.patch
2021-04-03 10:13:08 +07:00

12 lines
363 B
Diff

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -60,7 +60,6 @@ exec_program(
IF(CMAKE_BUILD_TYPE STREQUAL "debug")
SET(GLYR_DEBUG TRUE)
ELSE()
- SET(CMAKE_BUILD_TYPE "release")
SET(GLYR_DEBUG FALSE)
ENDIF()
MESSAGE("-- Building Target: ${CMAKE_BUILD_TYPE}")