No -j option when building ecc in build-linux64.sh

This commit is contained in:
ptitSeb 2018-06-09 15:17:01 +02:00 committed by GitHub
parent b4a3825b12
commit f908d64337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ cmake -DCMAKE_BUILD_TYPE=Debug .. $1
# Right now we force x86, though...
#cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 ..
echo "ECC first"
make ecc -j$NCPU
make ecc
echo "Then the rest..."
make -j$NCPU