Update compile.sh

Compile without IRSTML
This commit is contained in:
Ulrich Germann 2017-08-25 16:51:23 +01:00 committed by GitHub
parent 23cf6c4d1f
commit 9cb5999e5b

View File

@ -4,5 +4,5 @@
set -e -o pipefail
OPT=${OPT:-$(pwd)/opt}
./bjam --with-irstlm=$OPT/irstlm-5.80.08 --with-boost=$OPT --with-cmph=$OPT --with-xmlrpc-c=$OPT --with-mm --with-probing-pt -j$(getconf _NPROCESSORS_ONLN) $@
./bjam --with-boost=$OPT --with-cmph=$OPT --with-xmlrpc-c=$OPT --with-mm --with-probing-pt -j$(getconf _NPROCESSORS_ONLN) $@