glyr: don't force Release build
This commit is contained in:
parent
13a02baea7
commit
5ad300f7ea
|
@ -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 New Issue