Skip to content

Commit

Permalink
run-make-check.sh: inform user of make -j setting
Browse files Browse the repository at this point in the history
This can help the user figure out why the build is so slow.

Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Jul 9, 2018
1 parent 43fe00e commit f9c0691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-make-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function run() {
# Init defaults after deps are installed. get_processors() depends on coreutils nproc.
DEFAULT_MAKEOPTS=${DEFAULT_MAKEOPTS:--j$(get_processors)}
BUILD_MAKEOPTS=${BUILD_MAKEOPTS:-$DEFAULT_MAKEOPTS}
test "$BUILD_MAKEOPTS" && echo "make will run with option(s) $BUILD_MAKEOPTS"
CHECK_MAKEOPTS=${CHECK_MAKEOPTS:-$DEFAULT_MAKEOPTS}

CMAKE_PYTHON_OPTS=
Expand Down

0 comments on commit f9c0691

Please sign in to comment.