Skip to content

Commit

Permalink
try only the build in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 8, 2024
1 parent 46653c8 commit eda5c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ ! -d "$1" ] || [ ! -r "${LIBNAME}" ]; then
esac

./configure --prefix $1 --enable-shared --enable-optimizations --without-system-ffi ${SSL}
make build_all
make -j4 build_all
make install
)
rm -f $1/python
Expand Down

0 comments on commit eda5c6e

Please sign in to comment.