Build ECC first in build-linux64.sh

This commit is contained in:
ptitSeb 2018-06-09 14:43:50 +02:00 committed by GitHub
parent 6f129cb0e6
commit b4a3825b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ 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
echo "Then the rest..."
make -j$NCPU