Skip to content

Commit

Permalink
Enable RapidJSON for support json function like JSONMergePatch #291
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Dec 23, 2024
1 parent 85558ad commit 55943c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chdb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CMAKE_ARGS="-DCMAKE_BUILD_TYPE=${build_type} -DENABLE_THINLTO=0 -DENABLE_TESTS=0
-DENABLE_PROTOBUF=1 -DENABLE_THRIFT=1 -DENABLE_MSGPACK=1 \
-DENABLE_BROTLI=1 -DENABLE_H3=1 -DENABLE_CURL=1 \
-DENABLE_CLICKHOUSE_ALL=0 -DUSE_STATIC_LIBRARIES=1 -DSPLIT_SHARED_LIBRARIES=0 \
-DENABLE_SIMDJSON=1 \
-DENABLE_SIMDJSON=1 -DENABLE_RAPIDJSON=1 \
${CPU_FEATURES} \
${CMAKE_TOOLCHAIN_FILE} \
-DENABLE_AVX512=0 -DENABLE_AVX512_VBMI=0 \
Expand Down

0 comments on commit 55943c2

Please sign in to comment.