# Disable SSE2 if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then eval "$( declare -f build | sed 's/cmake /cmake -DOCIO_USE_SIMD=OFF /' )" fi