glyr: don't force Release build

This commit is contained in:
Đoàn Trần Công Danh 2021-03-27 12:36:19 +07:00
parent 13a02baea7
commit 5ad300f7ea

View 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}")