glyr: don't force Release build
This commit is contained in:
parent
13a02baea7
commit
5ad300f7ea
1 changed files with 12 additions and 0 deletions
12
srcpkgs/glyr/patches/fix-cflags.patch
Normal file
12
srcpkgs/glyr/patches/fix-cflags.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
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}")
|
Loading…
Reference in a new issue