mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Set the default buildtype to RelWithDebInfo.
This commit is contained in:
parent
d0a6e9221b
commit
9dbd938791
1 changed files with 5 additions and 5 deletions
|
@ -20,9 +20,9 @@ set(GENERIC_LIB_SOVERSION "0")
|
|||
|
||||
# Set the default build type to release with debug info
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Debug
|
||||
CACHE STRING
|
||||
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel."
|
||||
FORCE
|
||||
)
|
||||
set(CMAKE_BUILD_TYPE RelWithDebInfo
|
||||
CACHE STRING
|
||||
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel."
|
||||
FORCE
|
||||
)
|
||||
endif (NOT CMAKE_BUILD_TYPE)
|
||||
|
|
Loading…
Reference in a new issue