diff --git a/ci/get-openocd.sh b/ci/get-openocd.sh index c2a6789..5d37936 100755 --- a/ci/get-openocd.sh +++ b/ci/get-openocd.sh @@ -32,7 +32,7 @@ if ! [ -e $RISCV/bin/openocd ]; then echo "Compiling OpenOCD" ./bootstrap - ./configure --prefix=$RISCV --disable-werror --disable-wextra + ./configure --prefix=$RISCV --disable-werror --disable-wextra --enable-remote-bitbang make -j${NUM_JOBS} make install echo "Compilation Finished"