1
0
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:
Anthony Bilinski 2018-08-22 19:56:13 -07:00
parent dc7ddbebad
commit edb306c723
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -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}