1 2 3 4 5 6 7 8 9 10
if [ "${CARCH}" = "i486" ]; then # no SIMD optimizations eval "$( declare -f build | \ sed ' /local cmake_options/ a \ cmake_options+=(-DWITH_SIMD=0) ' )" fi