From 23c79968f647676ebf04e74a98a42309d50b2169 Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Tue, 22 Feb 2022 16:45:26 +0300 Subject: [PATCH] Build Type was missed for build --- build/bootstrap_mcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bootstrap_mcs.sh b/build/bootstrap_mcs.sh index a8fffec98..3cfea4319 100755 --- a/build/bootstrap_mcs.sh +++ b/build/bootstrap_mcs.sh @@ -155,7 +155,7 @@ build() message "building with flags $MDB_CMAKE_FLAGS" 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 if [ $? -ne 0 ]; then