disable SSE2 in the ARM mode configuration

This commit is contained in:
ghost 2021-12-12 07:20:34 +02:00
parent cb20dcd4a6
commit 825c13dca5

View File

@ -162,7 +162,7 @@ function install() {
./autotool.sh ./autotool.sh
if [[ $ARM == "y" ]]; then if [[ $ARM == "y" ]]; then
./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf --disable-sse2
else else
./configure ./configure
fi fi