We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ac97f commit 93ca35fCopy full SHA for 93ca35f
1 file changed
scripts/setup-common.sh
@@ -193,7 +193,7 @@ function install_xsimd {
193
194
function install_simdjson {
195
wget_and_untar https://github.com/simdjson/simdjson/archive/refs/tags/v"${SIMDJSON_VERSION}".tar.gz simdjson
196
- cmake_install_dir simdjson
+ cmake_install_dir simdjson -DSIMDJSON_SKIPUTF8VALIDATION=ON
197
}
198
199
function install_arrow {
0 commit comments