You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Build Type was missed for build
This commit is contained in:
committed by
Leonid Fedorov
parent
e4ed920812
commit
23c79968f6
@ -155,7 +155,7 @@ build()
|
|||||||
message "building with flags $MDB_CMAKE_FLAGS"
|
message "building with flags $MDB_CMAKE_FLAGS"
|
||||||
|
|
||||||
local CPUS=$(getconf _NPROCESSORS_ONLN)
|
local CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||||
cmake . -DCMAKE_BUILD_TYPE=$MDB_BUILD_TYPE $MDB_CMAKE_FLAGS && \
|
cmake . -DCMAKE_BUILD_TYPE=$MCS_BUILD_TYPE $MDB_CMAKE_FLAGS && \
|
||||||
make -j $CPUS install
|
make -j $CPUS install
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
Reference in New Issue
Block a user