mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|
|
|
CMAKE_FLAGS+=" -DCLICKHOUSE_SPLIT_BINARY=1 "
|
|
. $CUR_DIR/build_debian_unbundled.sh
|