We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b97de3 commit 9fb86b5Copy full SHA for 9fb86b5
chdb/build.sh
@@ -57,9 +57,9 @@ elif [ "$(uname)" == "Linux" ]; then
57
PYINIT_ENTRY="-Wl,-ePyInit_${CHDB_PY_MOD}"
58
ICU="-DENABLE_ICU=1"
59
SED_INPLACE="sed -i"
60
- # only x86_64, enable AVX and AVX2, enable embedded compiler
+ # only x86_64, enable AVX, enable embedded compiler
61
if [ "$(uname -m)" == "x86_64" ]; then
62
- CPU_FEATURES="-DENABLE_AVX=1 -DENABLE_AVX2=1"
+ CPU_FEATURES="-DENABLE_AVX=1 -DENABLE_AVX2=0"
63
LLVM="-DENABLE_EMBEDDED_COMPILER=1 -DENABLE_DWARF_PARSER=1"
64
else
65
CPU_FEATURES="-DENABLE_AVX=0 -DENABLE_AVX2=0 -DNO_ARMV81_OR_HIGHER=1"
0 commit comments