summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-09 20:57:20 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-09 20:57:20 -0300
commitf73eb95766f7a4cee572013f1b61c3f1ac13c1b5 (patch)
tree0b60518e0d56224c89c8aa693660a1c8b5f0864f
parent8104b80181c85c14265abf29bfb27d38f7cde1aa (diff)
downloadevol-hercules-f73eb95766f7a4cee572013f1b61c3f1ac13c1b5.tar.gz
evol-hercules-f73eb95766f7a4cee572013f1b61c3f1ac13c1b5.tar.bz2
evol-hercules-f73eb95766f7a4cee572013f1b61c3f1ac13c1b5.tar.xz
evol-hercules-f73eb95766f7a4cee572013f1b61c3f1ac13c1b5.zip
Shut upHEADtmw2
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 6ed9fcd..a4bddfe 100755
--- a/build.sh
+++ b/build.sh
@@ -31,7 +31,7 @@ elif [[ "${CMD}" == "gprof" ]]; then
export CC=gcc
../configure --enable-gprof CPPFLAGS="${VARS}"
fi
-make -j${CORES}
+make -j${CORES} -s
export RET=$?
cd -
exit $RET