Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Oct 12, 2023
1 parent ea6f5bd commit 38be3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ LDFLAGS="-lxcb -ltinfo" cmake \
"${additionalparams[@]}" \
-DBUILD_TESTING=ON \
../python-cmake-buildsystem
make -j8
make VERBOSE=1 -j8
make install

tar -czf /work/build-python-${PYTHON_FULL_VER}-linux-${ARCH}.tar.gz .
Expand Down

0 comments on commit 38be3f5

Please sign in to comment.