Browse Source

disable SSE2 in the ARM mode configuration

main 0.2
ghost 3 years ago
parent
commit
825c13dca5
  1. 2
      twister-cli-installer.sh

2
twister-cli-installer.sh

@ -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

Loading…
Cancel
Save