提交 995676d1 编写于 作者: G guokuankuan

[build] Enable TerarkZipTable support by default

上级 7dbd0f2e
......@@ -35,7 +35,7 @@ option(WITH_ASAN "build with ASAN" ON)
option(WITH_GFLAGS "build with GFlags" ON)
option(WITH_TESTS "build with tests" OFF)
option(WITH_TOOLS "build with tools" OFF)
option(WITH_TERARK_ZIP "build with TerarkZipTable support" OFF)
option(WITH_TERARK_ZIP "build with TerarkZipTable support" ON)
option(WITH_BOOSTLIB "build with boost, if WITH_TERARK_ZIP is ON, this will also set to ON" OFF)
option(BUILD_SUFFIX "library sufix" "d")
......
......@@ -6,5 +6,5 @@ mkdir -p $OUTPUT
git submodule update --init --recursive
cd $BASE/$OUTPUT && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_TESTS=OFF -DWITH_TOOLS=ON -DWITH_TERARK_ZIP=OFF
cd $BASE/$OUTPUT && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_TESTS=OFF -DWITH_TOOLS=ON -DWITH_TERARK_ZIP=ON
cd $BASE/$OUTPUT && make -j $(nproc) && make install
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册