Commit c7f730f3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

ccmake: run time for make

parent d9c57130
......@@ -20,4 +20,4 @@ MAKEARG=
[ "$(( $NPROCS - $LOADAVG ))" -gt 1 ] && MAKEARG="-j$NPROCS"
#make $MAKEARG "CC=$CC" "CXX=$CXX" "CPP=$CPP" "CXXCPP=$CXXCPP" $@
make $MAKEARG $@
time -p make $MAKEARG $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment