diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-09 20:57:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-09 20:57:20 -0300 |
commit | f73eb95766f7a4cee572013f1b61c3f1ac13c1b5 (patch) | |
tree | 0b60518e0d56224c89c8aa693660a1c8b5f0864f | |
parent | 8104b80181c85c14265abf29bfb27d38f7cde1aa (diff) | |
download | evol-hercules-f73eb95766f7a4cee572013f1b61c3f1ac13c1b5.tar.gz evol-hercules-f73eb95766f7a4cee572013f1b61c3f1ac13c1b5.tar.bz2 evol-hercules-f73eb95766f7a4cee572013f1b61c3f1ac13c1b5.tar.xz evol-hercules-f73eb95766f7a4cee572013f1b61c3f1ac13c1b5.zip |
Shut up
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |