mirror of
https://github.com/twisterarmy/twister-cli-installer.git
synced 2025-03-12 13:21:15 +00:00
disable SSE2 in the ARM mode configuration
This commit is contained in:
parent
cb20dcd4a6
commit
825c13dca5
@ -162,7 +162,7 @@ function install() {
|
||||
./autotool.sh
|
||||
|
||||
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
|
||||
./configure
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user