mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(build): fix default cmake build not actually being debug
This commit is contained in:
parent
dc7ddbebad
commit
edb306c723
|
@ -15,7 +15,7 @@ option(USE_CCACHE "Use ccache when available" ON)
|
|||
option(SPELL_CHECK "Enable spell cheching support" ON)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Options are: None, Debug, Release, RelWithDebInfo, MinSizeRel." FORCE)
|
||||
endif()
|
||||
|
||||
set(ENV{PKG_CONFIG_PATH}
|
||||
|
|
Loading…
Reference in New Issue
Block a user