Skip to content

Commit

Permalink
Update build type to RelWithDebInfo in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Jun 24, 2024
1 parent 896ed1d commit d057a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function build()
if [ -n "$1" ] && [ "$1" == "clickhouse" ]; then
COMPATIBLE_MODE_ZOOKEEPER="OFF"
fi
cmake .. -DCMAKE_BUILD_TYPE=Release -DCOMPATIBLE_MODE_ZOOKEEPER=$COMPATIBLE_MODE_ZOOKEEPER
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCOMPATIBLE_MODE_ZOOKEEPER=$COMPATIBLE_MODE_ZOOKEEPER

PARALLEL="$(($(nproc) / 4 + 1))"
make -j $PARALLEL
Expand Down

0 comments on commit d057a55

Please sign in to comment.