You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-10 01:22:48 +03:00
@@ -29,8 +29,10 @@ MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")
|
|||||||
# custom packaging steps.
|
# custom packaging steps.
|
||||||
OPTION(COMMUNITY_BUILD "Set to true if this is a community build" ON)
|
OPTION(COMMUNITY_BUILD "Set to true if this is a community build" ON)
|
||||||
|
|
||||||
SET(CMAKE_BUILD_TYPE RELWITHDEBINFO CACHE STRING
|
IF(NOT CMAKE_BUILD_TYPE)
|
||||||
"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel")
|
SET(CMAKE_BUILD_TYPE RELWITHDEBINFO CACHE STRING
|
||||||
|
"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel" FORCE)
|
||||||
|
ENDIF(NOT CMAKE_BUILD_TYPE)
|
||||||
|
|
||||||
#set( CMAKE_VERBOSE_MAKEFILE on )
|
#set( CMAKE_VERBOSE_MAKEFILE on )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user