remove --use_openmp in build.sh

This commit is contained in:
Wenhao Hu 2020-04-23 23:38:10 +08:00 committed by Changming Sun
parent faf65e960f
commit bd8993cb15

View file

@ -6,4 +6,4 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#requires python3.6 or higher
python3 $DIR/tools/ci_build/build.py --use_openmp --build_dir $DIR/build/Linux "$@"
python3 $DIR/tools/ci_build/build.py --build_dir $DIR/build/Linux "$@"