mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
Merge pull request #1142 from mingyuejingque/master
修正Release 和 Debug编译选项
This commit is contained in:
commit
a83187d25f
@ -12,7 +12,7 @@ if(CCACHE_FOUND)
|
||||
endif(CCACHE_FOUND)
|
||||
|
||||
#set(CMAKE_BUILD_TYPE "Release")
|
||||
if (${CMAKE_BUILD_TYPE} MATCHES "")
|
||||
if ("${CMAKE_BUILD_TYPE}" STREQUAL "")
|
||||
set(CMAKE_BUILD_TYPE "Debug")
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user